Overview
MCP Studio is your integrated development environment for creating Model Context Protocol (MCP) tools. Build custom tools that let AI assistants interact with your data and systems.Features
MCP Studio includes four main areas:Tool Builder
Create and configure MCP tools with a visual editor.
Testing Playground
Test your tools before deploying to production.
Versions
Manage tool versions and rollbacks.
Git Integration
Connect to GitHub for version control.
Tool Builder
The Tool Builder provides a visual interface for creating MCP tools:Creating a Tool
- Navigate to MCP Studio > Tool Builder
- Click New Tool
- Define tool properties:
- Name: Unique identifier for the tool
- Description: What the tool does (shown to AI)
- Parameters: Input parameters the tool accepts
- SQL Query: The query to execute
Tool Parameters
Define parameters that AI assistants can pass to your tool:Example Tool
Testing Playground
Test your tools before deploying:- Go to MCP Studio > Testing Playground
- Select the tool to test
- Enter parameter values
- Click Run to execute
- Review the results
Version Management
Creating Versions
- Go to MCP Studio > Versions
- Click Create Version
- Add a version name and description
- Select which tools to include
Rolling Back
If a new version has issues:- Go to Versions
- Find the previous stable version
- Click Rollback to restore it
Git Integration
Connect your MCP tools to GitHub for version control:Connecting GitHub
- Go to MCP Studio > Git
- Click Connect GitHub
- Authorize Plumi to access your repositories
- Select or create a repository for your tools
Syncing Tools
- Push: Save your tools to GitHub
- Pull: Load tools from GitHub
- Commit History: View changes over time