MCP Server Deapi
Rank #38,623io.github.deapi-ai/mcp-server-deapi
MCP server providing server-deapi capabilities
MCP Server Deapi is a Model Context Protocol (MCP) server published by deapi-ai. It ranks #38,623 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Server Deapi is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 76,968 of 115,591 servers on MCP Toplist.
Use MCP Server Deapi
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http mcp-server-deapi https://mcp.deapi.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-server-deapi]
url = "https://mcp.deapi.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.deapi.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-deapi": {
"url": "https://mcp.deapi.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-server-deapi": {
"type": "http",
"url": "https://mcp.deapi.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-deapi": {
"serverUrl": "https://mcp.deapi.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-deapi": {
"url": "https://mcp.deapi.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.deapi-ai%2Fmcp-server-deapi)<a href="https://mcptoplist.com/server/io.github.deapi-ai%2Fmcp-server-deapi"><img src="https://mcptoplist.com/badge/io.github.deapi-ai%2Fmcp-server-deapi.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
deapi-ai
Other servers by deapi-ai
View all deapi-ai servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Mar 31, 2026 |
| 0.2.0 | Mar 17, 2026 |
| 0.1.0 | Feb 27, 2026 |
Frequently asked questions
- Who maintains MCP Server Deapi?
- MCP Server Deapi is maintained by deapi-ai, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Server Deapi listed on the Official MCP Registry?
- Yes — MCP Server Deapi is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Server Deapi have?
- MCP Toplist tracks 3 versions of MCP Server Deapi, most recently published on Mar 31, 2026.
- Where can I find the source code for MCP Server Deapi?
- The source code for MCP Server Deapi is hosted at github.com/deapi-ai/mcp-server-deapi.