← Index

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

io.github.savhascelik/meta-api-mcp-server·v1.0.1·Other
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y meta-api-mcp-server
§02  Environment variables
YOUR_API_KEY
requiredsecret

If the api you are connecting to requires api_key, you can use this variable and you can also define different variables

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other