mcp for api for Grok
io.github.appwrite/mcp-for-api
MCP (Model Context Protocol) server for Appwrite
client:Grok
transport:stdio
runtime:pypi
Install mcp for api in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-for-api": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs