MCP Server
Maintained
MIT
io.github.kozmos-tech/contactapi MCP Server
io.github.kozmos-tech/contactapi
What is the io.github.kozmos-tech/contactapi MCP server?
An open-source API for collecting and managing contacts and signups.
How to install io.github.kozmos-tech/contactapi
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contactapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}Claude Code
claude mcp add contactapi -- npx -y @kozmos-tech/contactapiRelated MCP servers
io.github.kozmos-tech/inhalt
Maintained
An open-source headless CMS for managing content models and entries.
3
View repository →TypeScript
MIT
io.github.kozmos-tech/yourtraffic
Maintained
Open-source, privacy-first web analytics for tracking your sites' traffic.
1
View repository →TypeScript
MIT