MCP テストサーバー
Overview
MCP Test Server is a Python server utilizing the Model Context Protocol (MCP) to provide a Retrieval Augmented Generation (RAG) system leveraging OpenAI's vector store capabilities.
To use the MCP Test Server, initialize the project, create a virtual environment, install necessary packages, and set your OpenAI API key in the .env file. You can then run the server and test it using the MCP Inspector.
- Creation of a vector database from specified directory files (text, PDF, DOCX, Markdown). - Querying the constructed vector database to retrieve relevant information.
- Building a vector database for document retrieval.
- Enhancing applications with AI-driven information retrieval.
- Integrating with other applications like the Claude desktop app for advanced functionalities.
Add to your AI client
Use these steps to connect MCP テストサーバー in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-test-server-watamoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-test-server-watamoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-test-server-watamoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-test-server-watamoo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-test-server-watamoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-test-server-watamoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-test-server-watamoo"
]
}
}
}FAQ
What are the requirements to run MCP Test Server?
You need Python 3.11 or higher and an OpenAI API key.
How do I test the MCP server?
You can use the MCP Inspector to verify the server's functionality.
Can I integrate MCP Test Server with other applications?
Yes, you can integrate it with applications like Claude by modifying the configuration files.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3280,"uuid":"e65b40c7-f86c-4d98-9adb-c9e116a1e071","name":"mcp-test-server","title":"MCP テストサーバー","description":"","avatar_url":"https://avatars.githubusercontent.com/u/64414161?v=4","created_at":"2025-03-18T14:08:41.222Z","updated_at":"2025-03-18T14:34:39.095Z","status":"created","author_name":"watamoo","author_avatar_url":"https://avatars.githubusercontent.com/u/64414161?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/watamoo/mcp-test-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 22:20:38\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]