bigapi
Rank #8,190dev.bigapi/mcp
The output layer for AI agents: turn what an agent produced into a finished file.
bigapi is a Model Context Protocol (MCP) server published by BiGapi-2026. It ranks #8,190 of 132,046 servers tracked on MCP Toplist. bigapi is listed across 3 registries — Official MCP, Glama and mcp.so, with 9 tracked versions. It was first listed on Aug 22, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 123,856 of 132,046 servers on MCP Toplist.
Use bigapi
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bigapi -e "BIGAPI_KEY=<your BIGAPI_KEY>" -- npx -y @bigapi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.bigapi]
command = "npx"
args = ["-y", "@bigapi/mcp"]
[mcp_servers.bigapi.env]
BIGAPI_KEY = "<your BIGAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": [
"-y",
"@bigapi/mcp"
],
"env": {
"BIGAPI_KEY": "<your BIGAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": [
"-y",
"@bigapi/mcp"
],
"env": {
"BIGAPI_KEY": "<your BIGAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bigapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bigapi/mcp"
],
"env": {
"BIGAPI_KEY": "<your BIGAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": [
"-y",
"@bigapi/mcp"
],
"env": {
"BIGAPI_KEY": "<your BIGAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": [
"-y",
"@bigapi/mcp"
],
"env": {
"BIGAPI_KEY": "<your BIGAPI_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.bigapi%2Fmcp)<a href="https://mcptoplist.com/server/dev.bigapi%2Fmcp"><img src="https://mcptoplist.com/badge/dev.bigapi%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
BiGapi-2026
Available versions (9)
| Version | Published |
|---|---|
| 0.8.2 | Sep 19, 2026 |
| 0.8.1 | Sep 19, 2026 |
| 0.8.0 | Sep 18, 2026 |
| 0.7.0 | Sep 15, 2026 |
| 0.6.0 | Sep 15, 2026 |
| 0.5.0 | Sep 14, 2026 |
| 0.4.0 | Sep 11, 2026 |
| 0.3.3 | Aug 30, 2026 |
| 0.3.2 | Aug 30, 2026 |
Frequently asked questions
- Who maintains bigapi?
- bigapi is maintained by BiGapi-2026, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is bigapi listed on the Official MCP Registry?
- Yes — bigapi is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does bigapi have?
- MCP Toplist tracks 9 versions of bigapi, most recently published on Sep 19, 2026.
- Where can I find the source code for bigapi?
- The source code for bigapi is hosted at github.com/BiGapi-2026/bigapi-mcp.
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.