MCP-guide
About
A guide for setting up an MCP server using a Python virtual environment and integrating it with the Cline VS Code extension.
Details
- Author
- m-hikichi
- Categories
- Developer Tools
Jump to
Setup
Install MCP-guide in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/m-hikichi/MCP-guide
Follow the installation instructions in the repository README, then restart your MCP client.
この手順書では、GitHub 上の MCP サンプルプロジェクトを活用し、Python の仮想環境(venv)で MCP サーバを構築し、VS Code 拡張「Cline」と連携して利用する方法を説明します。MCP Inspector による動作確認も行います。
git clone https://github.com/m-hikichi/MCP-guide.git cd MCP-guide
✅${PROJECT_DIR}=MCP-guideのフルパス(例:C:/Users/yourname/Documents/MCP-guide)
仮想環境を有効化したまま、クローンしたプロジェクトに含まれるrequirements.txtを用いてインストールを実行します:
成功するとブラウザが自動的に開き、MCP Inspectorが表示されます。
- Toolsタブでadd関数などをテストできます
- Resourcesタブではリソースアクセスの確認が可能です
VS Code でコマンドパレットを開き、> Cline: Configure MCP Serversを実行し、以下の設定を追加します:
{ "mcpServers": { "local_mcp_server": { "command": "${PROJECT_DIR}/venv/Scripts/mcp.exe", "args": [ "dev", "${PROJECT_DIR}/mcp_server.py" ] } } }
✅${PROJECT_DIR}は MCP-guide ディレクトリのフルパスに置き換えてください
❌ パスに空白は不可
✅ パスに日本語は使用可能
- VS Code のチャットビューを開く
- MCPサーバをlocal_mcp_serverに切り替える
- add(a=2, b=3)のようなツール呼び出しを行い、正しく動作するか確認します
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





