Ollama
STDIOMCP server connecting Claude Desktop with Ollama LLM server
MCP server connecting Claude Desktop with Ollama LLM server
A Model Control Protocol server that allows Claude Desktop to communicate with Ollama LLM server.
.env.example to .env and configure as neededpip install -r requirements.txtEdit the claude_desktop_config.json file with the following content, change path-to-mcp-server to the path of this repo:
{ "mcpServers": { "ollama-server": { "command": "python", "args": ["-m", "src.mcp_server.server"], "env": { "PYTHONPATH": "path-to-mcp-server" } } } }