Home › Other › meta-api-mcp-server

meta-api-mcp-server

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

JavaScript
★ 12 stars Last pushed 2025-09-09

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y meta-api-mcp-server@1.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server@1.0.4"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY required secret — If the api you are connecting to requires api_key, you can use this variable and you can also define different variables

Related servers

Data from the Official MCP Registry