Back to search
30
MCP

@muhammadmehdi/ollama-mcp-server

npm/@muhammadmehdi/ollama-mcp-server

Universal MCP server for Ollama - Works with ANY IDE or application that supports Model Context Protocol (MCP). Compatible with Cursor IDE, Claude Desktop, Cline, and all MCP-compatible clients. Provides tools to list models, chat, generate text, and mana

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp-client-for-ollama
MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama
0 tools
ask-ollama-mcp
MCP server for local Ollama LLM integration - for Claude IDE and other IDEs
0 tools
ollama-mcp-bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
0 tools
iflow-mcp_vincentf305_mcp-server-ollama
A Model Control Protocol server that allows Claude Desktop to communicate with Ollama LLM server
0 tools
iflow-mcp_angrysky56-ollama-mcp-server
MCP server for running Ollama models with async support
0 tools
wuodan/mcp-ollama
Query model running with Ollama from within Claude Desktop or other MCP clients
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@muhammadmehdi/ollama-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}