StitchAPI Docs
Rank #2,776dev.stitchapi/docs
Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page.
StitchAPI Docs is a Model Context Protocol (MCP) server published by rejifald. It ranks #2,776 of 132,046 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. StitchAPI Docs is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Jul 8, 2026.
Ranks ahead of 129,270 of 132,046 servers on MCP Toplist.
Use StitchAPI Docs
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http docs https://stitchapi.dev/api/mcpclaude mcp add docs -- npx -y @stitchapi/docs-mcp[mcp_servers.docs]
url = "https://stitchapi.dev/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.docs]
command = "npx"
args = ["-y", "@stitchapi/docs-mcp"]Add to ~/.codex/config.toml.
https://stitchapi.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"docs": {
"command": "npx",
"args": [
"-y",
"@stitchapi/docs-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"docs": {
"url": "https://stitchapi.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"docs": {
"command": "npx",
"args": [
"-y",
"@stitchapi/docs-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docs": {
"type": "http",
"url": "https://stitchapi.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stitchapi/docs-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docs": {
"serverUrl": "https://stitchapi.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docs": {
"command": "npx",
"args": [
"-y",
"@stitchapi/docs-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docs": {
"url": "https://stitchapi.dev/api/mcp"
}
}
}{
"mcpServers": {
"docs": {
"command": "npx",
"args": [
"-y",
"@stitchapi/docs-mcp"
]
}
}
}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/dev.stitchapi%2Fdocs)<a href="https://mcptoplist.com/server/dev.stitchapi%2Fdocs"><img src="https://mcptoplist.com/badge/dev.stitchapi%2Fdocs.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rejifald
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Jul 8, 2026 |
| 1.0.0 | Jul 1, 2026 |
Frequently asked questions
- Who maintains StitchAPI Docs?
- StitchAPI Docs is maintained by rejifald, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is StitchAPI Docs listed on the Official MCP Registry?
- Yes — StitchAPI Docs is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does StitchAPI Docs have?
- MCP Toplist tracks 2 versions of StitchAPI Docs, most recently published on Jul 8, 2026.
- Where can I find the source code for StitchAPI Docs?
- The source code for StitchAPI Docs is hosted at github.com/rejifald/stitchapi.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.