Justcall MCP Server
Rank #8,486host.justcall.mcp/justcall-mcp-server
MCP server providing justcall-server capabilities
Justcall MCP Server is a Model Context Protocol (MCP) server published by saaslabsco. It ranks #8,486 of 115,460 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. Justcall MCP Server is listed across 5 registries — Official MCP, Smithery, PulseMCP, mcp.so and Glama, with 6 tracked versions. It was first listed on Oct 7, 2025 and most recently updated on Dec 2, 2025.
Ranks ahead of 106,974 of 115,460 servers on MCP Toplist.
Use Justcall MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http justcall-mcp-server https://mcp.justcall.host/mcpclaude mcp add --transport http justcall-mcp-server https://mcp.justcall.host/sse[mcp_servers.justcall-mcp-server]
url = "https://mcp.justcall.host/mcp"Add to ~/.codex/config.toml.
[mcp_servers.justcall-mcp-server]
url = "https://mcp.justcall.host/sse"Add to ~/.codex/config.toml.
https://mcp.justcall.host/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.justcall.host/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"justcall-mcp-server": {
"url": "https://mcp.justcall.host/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"justcall-mcp-server": {
"url": "https://mcp.justcall.host/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"justcall-mcp-server": {
"type": "http",
"url": "https://mcp.justcall.host/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"justcall-mcp-server": {
"type": "http",
"url": "https://mcp.justcall.host/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"justcall-mcp-server": {
"serverUrl": "https://mcp.justcall.host/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"justcall-mcp-server": {
"serverUrl": "https://mcp.justcall.host/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"justcall-mcp-server": {
"url": "https://mcp.justcall.host/mcp"
}
}
}{
"mcpServers": {
"justcall-mcp-server": {
"url": "https://mcp.justcall.host/sse"
}
}
}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/host.justcall.mcp%2Fjustcall-mcp-server)<a href="https://mcptoplist.com/server/host.justcall.mcp%2Fjustcall-mcp-server"><img src="https://mcptoplist.com/badge/host.justcall.mcp%2Fjustcall-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
saaslabsco
Available versions (6)
| Version | Published |
|---|---|
| 1.2.0 | Dec 2, 2025 |
| 1.0.2 | Nov 18, 2025 |
| 1.0.1 | Nov 17, 2025 |
| 1.0.0 | Nov 15, 2025 |
| 0.0.4 | Oct 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Justcall MCP Server?
- Justcall MCP Server is maintained by saaslabsco, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Justcall MCP Server listed on the Official MCP Registry?
- Yes — Justcall MCP Server is listed on the Official MCP Registry, alongside Smithery, PulseMCP, mcp.so and Glama.
- How many versions does Justcall MCP Server have?
- MCP Toplist tracks 6 versions of Justcall MCP Server, most recently published on Dec 2, 2025.
- Where can I find the source code for Justcall MCP Server?
- The source code for Justcall MCP Server is hosted at github.com/saaslabsco/justcall-mcp-server.