MCP For Api
Rank #2,502io.github.appwrite/mcp-for-api
MCP server providing for-api capabilities
MCP For Api is a Model Context Protocol (MCP) server published by appwrite. It ranks #2,502 of 115,460 servers tracked on MCP Toplist, and its repository has 71 GitHub stars. MCP For Api is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 29, 2025 and most recently updated on Oct 11, 2025.
Ranks ahead of 112,958 of 115,460 servers on MCP Toplist.
Use MCP For Api
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-for-api -- uvx mcp-server-appwrite[mcp_servers.mcp-for-api]
command = "uvx"
args = ["mcp-server-appwrite"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-for-api": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-for-api": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-for-api": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-for-api": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-for-api": {
"command": "uvx",
"args": [
"mcp-server-appwrite"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.appwrite%2Fmcp-for-api)<a href="https://mcptoplist.com/server/io.github.appwrite%2Fmcp-for-api"><img src="https://mcptoplist.com/badge/io.github.appwrite%2Fmcp-for-api.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
appwrite
Other servers by appwrite
View all appwrite servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.8 | Oct 11, 2025 |
| 0.2.7 | Sep 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP For Api?
- MCP For Api is maintained by appwrite, which publishes 8 MCP servers (39 total versions) tracked on MCP Toplist.
- Is MCP For Api listed on the Official MCP Registry?
- Yes — MCP For Api is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP For Api have?
- MCP Toplist tracks 3 versions of MCP For Api, most recently published on Oct 11, 2025.
- Where can I find the source code for MCP For Api?
- The source code for MCP For Api is hosted at github.com/appwrite/mcp-for-api.