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.

コメント

「その他」の他のコンテンツ