Zype MCP Server
Rank #1,014com.zype.mcp/server
MCP server providing server capabilities
Zype MCP Server is a Model Context Protocol (MCP) server published by zype. It ranks #1,014 of 132,046 servers tracked on MCP Toplist, and its repository has 396 GitHub stars. Zype MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Feb 11, 2026.
Ranks ahead of 131,032 of 132,046 servers on MCP Toplist.
Use Zype MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp https://mcp.zype.com/mcpclaude mcp add mcp -e "ZYPE_API_KEY=<your ZYPE_API_KEY>" -e "ZYPE_MCP_MODE=<your ZYPE_MCP_MODE>" -- npx -y @zype-com/mcpReplace each placeholder with your own value before saving.
[mcp_servers.mcp]
url = "https://mcp.zype.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@zype-com/mcp"]
[mcp_servers.mcp.env]
ZYPE_API_KEY = "<your ZYPE_API_KEY>"
ZYPE_MCP_MODE = "<your ZYPE_MCP_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.zype.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@zype-com/mcp"
],
"env": {
"ZYPE_API_KEY": "<your ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<your ZYPE_MCP_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp": {
"url": "https://mcp.zype.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@zype-com/mcp"
],
"env": {
"ZYPE_API_KEY": "<your ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<your ZYPE_MCP_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.zype.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zype-com/mcp"
],
"env": {
"ZYPE_API_KEY": "<your ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<your ZYPE_MCP_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp": {
"serverUrl": "https://mcp.zype.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@zype-com/mcp"
],
"env": {
"ZYPE_API_KEY": "<your ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<your ZYPE_MCP_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp": {
"url": "https://mcp.zype.com/mcp"
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@zype-com/mcp"
],
"env": {
"ZYPE_API_KEY": "<your ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<your ZYPE_MCP_MODE>"
}
}
}
}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/com.zype.mcp%2Fserver)<a href="https://mcptoplist.com/server/com.zype.mcp%2Fserver"><img src="https://mcptoplist.com/badge/com.zype.mcp%2Fserver.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
zype
Available versions (3)
| Version | Published |
|---|---|
| 0.5.3 | Feb 11, 2026 |
| 0.5.2 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zype MCP Server?
- Zype MCP Server is maintained by zype, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Zype MCP Server listed on the Official MCP Registry?
- Yes — Zype MCP Server is listed on the Official MCP Registry.
- How many versions does Zype MCP Server have?
- MCP Toplist tracks 3 versions of Zype MCP Server, most recently published on Feb 11, 2026.
- Where can I find the source code for Zype MCP Server?
- The source code for Zype MCP Server is hosted at github.com/zype/zype-mcp.
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.