What is the io.github.sapiom/mcp-server MCP server?
AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use.
How to install io.github.sapiom/mcp-server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://api.sapiom.ai/v1/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"serverUrl": "https://api.sapiom.ai/v1/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://api.sapiom.ai/v1/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.sapiom.ai/v1/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcp-server https://api.sapiom.ai/v1/mcpRelated MCP servers
Sapiom MCP server — authentication, verification, and API tools
View repository →