ollama-mcp-server

ksktechai/ollama-mcp-server
★ 0 stars Java AI/LLM Updated today
A thin, well-documented MCP → Ollama bridge built on Quarkus. It exposes a small set of MCP tools that forward to a remote Ollama instance's REST API, so any MCP client (Postman, Claude Desktop, Cline, another Quarkus app) can drive models running on a separate machine.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ollama-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ksktechai/ollama-mcp-server"
      ]
    }
  }
}