Appwrite MCP server provides AI agents with backend management capabilities. It exposes Appwrite's API for database, authentication, storage, and function management. Connects to Appwrite backend services. Useful for developers building applications needing user management, secure storage, and serverless functions.
Appwrite MCP server provides AI agents with backend management capabilities. It exposes Appwrite's API for database, authentication, storage, and function management. Connects to Appwrite backend services. Useful for developers building applications needing user management, secure storage, and serverless functions.
pip install mcp-for-apiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"appwrite-mcp-for-api-github": {
"command": "uvx",
"args": [
"pip install mcp-for-api"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp for api?"
API Key Required
This server requires an API key from mcp for api. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_FOR_API_API_KEY | Yes | Your mcp for api API key |
"What resources are available in mcp for api?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp for api"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp for api with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.