Odel
ApiAny.AI MCP

ApiAny.AI MCP

Local
@ailingquJavaScriptMITUpdated 2mo ago

APIAny MCP server for model discovery, pricing, docs, and integration examples.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@apiany-ai/mcpv0.1.2

Run

npx -y @apiany-ai/mcp

MCP client config

{
  "mcpServers": {
    "apiany-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ]
    }
  }
}