← Back to Plugins
MCP Server MCP

io.github.savhascelik/meta-api-mcp-server

github By github 👁 1 views ▲ 0 votes

You can connect any API to LLMs. This enables AI to interact directly with APIs

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "meta-api-mcp-server",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "If the api you are connecting to requires api_key, you can use this variable and you can also define different variables",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...