Cohere
БесплатноНе проверенA Type 3 DAuth MCP server for Cohere AI API, enabling chat, embeddings, reranking, classification, and summarization using Cohere's AI models.
Описание
A Type 3 DAuth MCP server for Cohere AI API, enabling chat, embeddings, reranking, classification, and summarization using Cohere's AI models.
README
A Type 3 DAuth MCP server for Cohere AI API. Provides chat, embeddings, reranking, classification, and summarization using Cohere's AI models.
Features
- Chat — Conversational AI similar to chat completions
- Embed — Text embeddings with multiple input types
- Rerank — Rerank documents by relevance
- Classify — Classify text into categories
- Summarize — Text summarization
- List Models — View available Cohere models
Authentication
This server uses Type 3 DAuth (Dedalus Auth) — your API key is encrypted client-side and decrypted in a secure Dedalus enclave.
Get Your Cohere API Key
- Go to https://cohere.ai/AI-API
- Sign up and get an API key
- Copy the key
Installation
git clone https://github.com/dedalus-labs/cohere-mcp.git
cd cohere-mcp
pip install -e .
cp .env.example .env
# Edit .env and add COHERE_API_KEY
Available Tools
cohere_chat
Chat with Cohere AI.
cohere_chat(
message="Hello!",
model="command",
temperature=0.7,
max_tokens=500,
)
cohere_embed
Generate text embeddings.
cohere_embed(
texts=["Hello world", "This is a test"],
model="embed-english-v3.0",
input_type="search_document",
)
cohere_rerank
Rerank documents by relevance.
cohere_rerank(
query="What is AI?",
documents=["AI is great", "Python is a language"],
model="rerank-english-v3.0",
top_n=10,
)
cohere_classify
Classify texts.
cohere_classify(
texts=["This is great", "This is terrible"],
model="embed-english-v3.0",
)
cohere_summarize
Summarize text.
cohere_summarize(
text="Long text to summarize...",
model="command",
length="medium",
format="paragraph",
)
cohere_list_models
List available Cohere models.
cohere_list_models()
Pricing
Cohere offers pay-per-token pricing. Check https://cohere.ai/pricing for details.
Deploy to Dedalus
- Push to GitHub (public repo)
- Go to https://www.dedaluslabs.ai/dashboard
- Add Server → Connect GitHub repo
- Set
COHERE_API_KEYas Required Credential - Deploy
License
MIT
Установка Cohere
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/madaoQ/cohere-mcpFAQ
Cohere MCP бесплатный?
Да, Cohere MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cohere?
Нет, Cohere работает без API-ключей и переменных окружения.
Cohere — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cohere в Claude Desktop, Claude Code или Cursor?
Открой Cohere на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Cohere with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
