Skip to content
Cline

meta api mcp server for Cline

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

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

client:Cline transport:stdio runtime:npm

Install meta api mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

meta api mcp server in other clients