Cohere
Freeby AI Labs
Enterprise LLM platform with generation, embeddings, and classification.
v1.0.0Added Feb 8, 2025
coherellmenterprise
Cohere MCP Server
Enterprise LLM platform with generation, embeddings, and classification.
Features
- Generate
- Embed
- Classify
- Rerank
- Summarize
Installation
{
"mcpServers": {
"cohere": {
"command": "npx",
"args": ["-y", "mcp-cohere"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-cohere
Add to claude_desktop_config.json
{
"mcpServers": {
"cohere": {
"command": "npx",
"args": ["-y", "mcp-cohere"]
}
}
}