MCP Dev Latam Server
Rank #53,130io.github.codespar/mcp-colppy
Colppy — Argentine cloud accounting + AFIP invoicing
MCP Dev Latam Server is a Model Context Protocol (MCP) server published by codespar. It ranks #53,130 of 115,460 servers tracked on MCP Toplist, and its repository has 269 GitHub stars. MCP Dev Latam Server is listed on Official MCP, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 62,330 of 115,460 servers on MCP Toplist.
Use MCP Dev Latam Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-colppy -e "COLPPY_API_KEY=<your COLPPY_API_KEY>" -e "COLPPY_COMPANY_ID=<your COLPPY_COMPANY_ID>" -- npx -y @codespar/mcp-colppyReplace each placeholder with your own value before saving.
[mcp_servers.mcp-colppy]
command = "npx"
args = ["-y", "@codespar/mcp-colppy"]
[mcp_servers.mcp-colppy.env]
COLPPY_API_KEY = "<your COLPPY_API_KEY>"
COLPPY_COMPANY_ID = "<your COLPPY_COMPANY_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-colppy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy"
],
"env": {
"COLPPY_API_KEY": "<your COLPPY_API_KEY>",
"COLPPY_COMPANY_ID": "<your COLPPY_COMPANY_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-colppy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy"
],
"env": {
"COLPPY_API_KEY": "<your COLPPY_API_KEY>",
"COLPPY_COMPANY_ID": "<your COLPPY_COMPANY_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-colppy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy"
],
"env": {
"COLPPY_API_KEY": "<your COLPPY_API_KEY>",
"COLPPY_COMPANY_ID": "<your COLPPY_COMPANY_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-colppy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy"
],
"env": {
"COLPPY_API_KEY": "<your COLPPY_API_KEY>",
"COLPPY_COMPANY_ID": "<your COLPPY_COMPANY_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-colppy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy"
],
"env": {
"COLPPY_API_KEY": "<your COLPPY_API_KEY>",
"COLPPY_COMPANY_ID": "<your COLPPY_COMPANY_ID>"
}
}
}
}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/io.github.codespar%2Fmcp-colppy)<a href="https://mcptoplist.com/server/io.github.codespar%2Fmcp-colppy"><img src="https://mcptoplist.com/badge/io.github.codespar%2Fmcp-colppy.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
codespar
Other servers by codespar
View all codespar servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 12, 2026 |
Frequently asked questions
- Who maintains MCP Dev Latam Server?
- MCP Dev Latam Server is maintained by codespar, which publishes 239 MCP servers (128 total versions) tracked on MCP Toplist.
- Is MCP Dev Latam Server listed on the Official MCP Registry?
- Yes — MCP Dev Latam Server is listed on the Official MCP Registry.
- How many versions does MCP Dev Latam Server have?
- MCP Toplist tracks 1 version of MCP Dev Latam Server, most recently published on Apr 12, 2026.
- Where can I find the source code for MCP Dev Latam Server?
- The source code for MCP Dev Latam Server is hosted at github.com/codespar/mcp-dev-latam.