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...
Pepper
iOS dynamic library MCP for agents
awesome-webmcp
A curated list of awesome things related to the WebMCP W3C standard
aai-gateway
AAI Gateway — An MCP server bridging LLM agents to AAI-enabled apps....