Content
# vibe-tools-mcp
> MCP server for vibe-tools - extends AI editor's capabilities with custom tools
## Installation
```json
{
"mcpServers": {
"vibe-tools": {
"command": "npx",
"args": ["-y", "vibe-tools-mcp@latest"]
}
}
}
```
Set required environment variables in `.vibe-tools.env` (in your project or home directory):
```env
# At least one of these is required for MCP
ANTHROPIC_API_KEY="your-anthropic-api-key"
# or
OPENROUTER_API_KEY="your-openrouter-api-key"
```
For more information about vibe-tools, visit [vibe-tools documentation](https://github.com/eastlondoner/cursor-tools).
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...