All MCP servers

Mcp For Api

Official
by Api.AirforcestdioAI & LLM Tools068MIT

MCP (Model Context Protocol) server for Appwrite

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-for-api-imp5f5ba": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}