MCP server
Ollama MCP Server
Drives a local Ollama server through MCP tools.
Add it to your client
CommunityInstall
npx -y ollama-mcp
mcpServers
{
"mcpServers": {
"ollama-mcp": {
"command": "npx",
"args": [
"-y",
"ollama-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- License
- AGPL-3.0
Tools
ollama_listollama_showollama_pullollama_pushollama_copyollama_deleteollama_createollama_psollama_generateollama_chatollama_embedollama_web_search+1
Maps the Ollama SDK onto MCP: list, pull, copy, create and delete models, run chat or completion calls, generate embeddings and see which models are currently loaded. Two further tools reach Ollama Cloud for web search and page fetching once an API key is set. Written in TypeScript and started with npx; the local endpoint needs no credentials at all.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Comments(0)
Sign in to comment