MCP.so
登录

aps-mcp-tests

@JoaoMartins-callmeJohn

关于 aps-mcp-tests

Repo to test mcp server with claude

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

JoaoMartins-callmeJohn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aps-mcp-tests": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is aps-mcp-tests?

aps-mcp-tests is a minimal repository for testing an MCP (Model Context Protocol) server with Claude Desktop. It is intended for developers who want to run a basic MCP server locally and verify integration with Claude.

How to use aps-mcp-tests?

After cloning the repository, create a Python virtual environment, activate it, install the mcp package, then run python server.py. A tutorial video is linked for step‑by‑step guidance.

Key features of aps-mcp-tests

  • Provides a template to test an MCP server with Claude
  • Requires only Python 3 and Claude Desktop
  • Uses a standard Python virtual environment
  • Includes a video tutorial for setup

Use cases of aps-mcp-tests

  • Learning how to set up and run a basic MCP server
  • Validating that Claude Desktop can connect to a local MCP server
  • Experimenting with the MCP protocol in a sandbox environment

FAQ from aps-mcp-tests

What prerequisites are needed?

Python 3 must be installed, and Claude Desktop must be downloaded.

How do I install the required dependencies?

After activating a Python virtual environment, run pip install mcp.

How do I start the server?

Run python server.py from the repository’s root folder.

Where can I find a complete walkthrough?

A tutorial video is available at the YouTube link provided in the README.

评论

其他 分类下的更多 MCP 服务器