- Explore MCP Servers
- vibe-tools-mcp
Vibe Tools Mcp
What is Vibe Tools Mcp
vibe-tools-mcp is an MCP server designed to enhance the capabilities of the vibe-tools AI editor by integrating custom tools.
Use cases
Use cases for vibe-tools-mcp include enhancing text editing workflows, integrating AI-driven tools for content creation, and customizing the editing experience for developers.
How to use
To use vibe-tools-mcp, install it via npm with the command ‘npx -y vibe-tools-mcp@latest’. Ensure to set the required environment variables in the ‘.vibe-tools.env’ file, including either ANTHROPIC_API_KEY or OPENROUTER_API_KEY.
Key features
Key features of vibe-tools-mcp include the ability to extend the functionality of the AI editor, support for custom tools, and integration with various AI APIs.
Where to use
vibe-tools-mcp can be used in software development, AI tool integration, and any project requiring advanced text editing capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Vibe Tools Mcp
vibe-tools-mcp is an MCP server designed to enhance the capabilities of the vibe-tools AI editor by integrating custom tools.
Use cases
Use cases for vibe-tools-mcp include enhancing text editing workflows, integrating AI-driven tools for content creation, and customizing the editing experience for developers.
How to use
To use vibe-tools-mcp, install it via npm with the command ‘npx -y vibe-tools-mcp@latest’. Ensure to set the required environment variables in the ‘.vibe-tools.env’ file, including either ANTHROPIC_API_KEY or OPENROUTER_API_KEY.
Key features
Key features of vibe-tools-mcp include the ability to extend the functionality of the AI editor, support for custom tools, and integration with various AI APIs.
Where to use
vibe-tools-mcp can be used in software development, AI tool integration, and any project requiring advanced text editing capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
vibe-tools-mcp
MCP server for vibe-tools - extends AI editor’s capabilities with custom tools
Installation
{
"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):
# 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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










