MCP ExplorerExplorer

Vibe Tools Mcp

@FutureExcitedon 9 months ago
5 MIT
FreeCommunity
AI Systems
MCP server for vibe-tools, enhancing AI editor with custom tools.

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.

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers