Skip to main content
Glama
sinner12123

mcp-glm-kimi-ollama

by sinner12123

mcp-glm-kimi-ollama

Free & low-cost LLM access for Claude Code — three MCP servers covering GLM (Zhipu), Kimi (Moonshot) and local Ollama models.

  • 🆓 GLM — permanently-free glm-4-flash via the Zhipu China endpoint

  • 🎁 Kimi — Moonshot kimi-k2.6 (new accounts get a ¥15 credit)

  • 🖥️ Ollama — fully local, private, zero-cost models (e.g. qwen3:8b)

All three run over stdio via Node.js — no Python or uv required (Windows users often find python is just a Store stub).

Why

Claude Code is powerful, but API costs add up. This project gives you three cheaper/offline "delegates" you can call from Claude Code:

Provider

Model

Cost

Best for

GLM (Zhipu)

glm-4-flash

free forever

daily Q&A, translation, code gen

Kimi (Moonshot)

kimi-k2.6

¥15 credit on signup

vision (kimi_read_media), deep reasoning

Ollama (local)

qwen3:8b

free, offline

privacy, batch, mechanical tasks

Related MCP server: openai-mcp

Quick start

1. Kimi MCP (patched for the China endpoint)

claude mcp add kimi -s user \
  -e MOONSHOT_API_KEY=sk-xxx \
  -- npx -y mcp-glm-kimi-ollama mcp-kimi

⚠️ Why the patch matters: the upstream kimi-api-mcp hardcodes the international endpoint api.moonshot.ai and a retired model moonshot-v1-128k. China-registered keys return 401 against the wrong host, and the old model no longer exists on the CN endpoint. This repo patches both (see src/kimi-server.mjs), defaulting to api.moonshot.cn + kimi-k2.6.

2. GLM MCP (free)

claude mcp add glm -s user \
  -e GLM_API_KEY=xxx.yyy \
  -e GLM_BASE_URL=https://open.bigmodel.cn/api/anthropic \
  -e GLM_OFFPEAK_MODEL=glm-4-flash \
  -e GLM_PEAK_MODEL=glm-4-flash \
  -e GLM_CHEAP_MODEL=glm-4-flash \
  -e GLM_DELEGATE=on \
  -- npx -y glm-mcp

3. Ollama MCP (local, optional)

winget install Ollama.Ollama
ollama pull qwen3:8b
claude mcp add ollama -s user -e ASK_OLLAMA_MODEL=qwen3:8b -- npx -y @ask-llm/ollama-mcp

Development

npm install
npm test

Docs

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sinner12123/mcp-glm-kimi-ollama'

If you have feedback or need assistance with the MCP directory API, please join our Discord server