Glmmcp
Rank #8,541io.github.AceDataCloud/mcp-glm
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Glmmcp is a Model Context Protocol (MCP) server published by acedatacloud. It ranks #8,541 of 115,460 servers tracked on MCP Toplist. Glmmcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 106,919 of 115,460 servers on MCP Toplist.
Use Glmmcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-glm https://glm.mcp.acedata.cloud/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp-glm -e "ACEDATACLOUD_API_TOKEN=<your ACEDATACLOUD_API_TOKEN>" -- uvx mcp-glmReplace each placeholder with your own value before saving.
[mcp_servers.mcp-glm]
url = "https://glm.mcp.acedata.cloud/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-glm]
command = "uvx"
args = ["mcp-glm"]
[mcp_servers.mcp-glm.env]
ACEDATACLOUD_API_TOKEN = "<your ACEDATACLOUD_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://glm.mcp.acedata.cloud/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-glm": {
"command": "uvx",
"args": [
"mcp-glm"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-glm": {
"url": "https://glm.mcp.acedata.cloud/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": {
"mcp-glm": {
"command": "uvx",
"args": [
"mcp-glm"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-glm": {
"type": "http",
"url": "https://glm.mcp.acedata.cloud/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-glm": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-glm"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-glm": {
"serverUrl": "https://glm.mcp.acedata.cloud/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-glm": {
"command": "uvx",
"args": [
"mcp-glm"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-glm": {
"url": "https://glm.mcp.acedata.cloud/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-glm": {
"command": "uvx",
"args": [
"mcp-glm"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}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/io.github.AceDataCloud%2Fmcp-glm)<a href="https://mcptoplist.com/server/io.github.AceDataCloud%2Fmcp-glm"><img src="https://mcptoplist.com/badge/io.github.AceDataCloud%2Fmcp-glm.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
acedatacloud
Other servers by acedatacloud
- MCP Suno#818 · 44 vers
- Midjourney#1,417 · 42 vers
- MCP Seedance#1,467 · 41 vers
- MCP Nanobanana Pro#1,967 · 46 vers
- MCP Veo#2,818 · 43 vers
- MCP Seedream Pro#2,846 · 42 vers
- MCP Flux Pro#2,874 · 39 vers
- AceDataCloud Producer#4,005 · 23 vers
- MCP Sora#4,223 · 37 vers
- MCP Luma#4,307 · 35 vers
- MCP Serp#4,354 · 34 vers
- KlingMCP#4,505 · 30 vers
Available versions (8)
| Version | Published |
|---|---|
| 2026.8.28.0 | Aug 28, 2026 |
| 2026.8.24.0 | Aug 24, 2026 |
| 2026.8.23.0 | Aug 23, 2026 |
| 2026.8.18.0 | Aug 18, 2026 |
| 2026.8.17.0 | Aug 17, 2026 |
| 2026.7.30.0 | Jul 30, 2026 |
| 2026.7.27.0 | Jul 27, 2026 |
| 2026.7.2.0 | Jul 2, 2026 |
Frequently asked questions
- Who maintains Glmmcp?
- Glmmcp is maintained by acedatacloud, which publishes 29 MCP servers (651 total versions) tracked on MCP Toplist.
- Is Glmmcp listed on the Official MCP Registry?
- Yes — Glmmcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Glmmcp have?
- MCP Toplist tracks 8 versions of Glmmcp, most recently published on Aug 28, 2026.
- Where can I find the source code for Glmmcp?
- The source code for Glmmcp is hosted at github.com/acedatacloud/glmmcp.