Zihin
Rank #20,124ai.zihin/mcp-server
Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.
Zihin is a Model Context Protocol (MCP) server published by zihin-ai. It ranks #20,124 of 132,046 servers tracked on MCP Toplist. Zihin is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 10, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 111,922 of 132,046 servers on MCP Toplist.
Use Zihin
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http zihin https://llm.zihin.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add zihin -e "ZIHIN_API_KEY=<your ZIHIN_API_KEY>" -- npx -y @zihin/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.zihin]
url = "https://llm.zihin.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.zihin]
command = "npx"
args = ["-y", "@zihin/mcp-server"]
[mcp_servers.zihin.env]
ZIHIN_API_KEY = "<your ZIHIN_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://llm.zihin.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zihin": {
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "<your ZIHIN_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zihin": {
"url": "https://llm.zihin.ai/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": {
"zihin": {
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "<your ZIHIN_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zihin": {
"type": "http",
"url": "https://llm.zihin.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"zihin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "<your ZIHIN_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zihin": {
"serverUrl": "https://llm.zihin.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zihin": {
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "<your ZIHIN_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zihin": {
"url": "https://llm.zihin.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zihin": {
"command": "npx",
"args": [
"-y",
"@zihin/mcp-server"
],
"env": {
"ZIHIN_API_KEY": "<your ZIHIN_API_KEY>"
}
}
}
}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/ai.zihin%2Fmcp-server)<a href="https://mcptoplist.com/server/ai.zihin%2Fmcp-server"><img src="https://mcptoplist.com/badge/ai.zihin%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zihin-ai
Available versions (1)
| Version | Published |
|---|---|
| 2.2.1 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Zihin?
- Zihin is maintained by zihin-ai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Zihin listed on the Official MCP Registry?
- Yes — Zihin is listed on the Official MCP Registry, alongside Glama.
- How many versions does Zihin have?
- MCP Toplist tracks 1 version of Zihin, most recently published on Sep 2, 2026.
- Where can I find the source code for Zihin?
- The source code for Zihin is hosted at github.com/zihin-ai/zihin-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.