contactapi
Rank #55,959io.github.kozmos-tech/contactapi
An open-source API for collecting and managing contacts and signups.
contactapi is a Model Context Protocol (MCP) server published by kozmos-tech. It ranks #55,959 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. contactapi is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 76,446 of 132,405 servers on MCP Toplist.
Use contactapi
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http contactapi https://contactapi.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add contactapi -- npx -y @kozmos-tech/contactapi[mcp_servers.contactapi]
url = "https://contactapi.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.contactapi]
command = "npx"
args = ["-y", "@kozmos-tech/contactapi"]Add to ~/.codex/config.toml.
https://contactapi.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"contactapi": {
"url": "https://contactapi.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"contactapi": {
"type": "http",
"url": "https://contactapi.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"contactapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"contactapi": {
"serverUrl": "https://contactapi.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"contactapi": {
"url": "https://contactapi.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}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.kozmos-tech%2Fcontactapi)<a href="https://mcptoplist.com/server/io.github.kozmos-tech%2Fcontactapi"><img src="https://mcptoplist.com/badge/io.github.kozmos-tech%2Fcontactapi.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kozmos-tech
Other servers by kozmos-tech
View all kozmos-tech servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jul 6, 2026 |
| 0.1.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains contactapi?
- contactapi is maintained by kozmos-tech, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is contactapi listed on the Official MCP Registry?
- Yes — contactapi is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does contactapi have?
- MCP Toplist tracks 2 versions of contactapi, most recently published on Jul 6, 2026.
- Where can I find the source code for contactapi?
- The source code for contactapi is hosted at github.com/kozmos-tech/contactapi.
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.