Skip to content
Cursor

meta api mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install meta api mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

meta api mcp server in other clients