trackmcp
Back to directory
yownas

gradio-mcp-test

View on GitHub

MCP server test

0 stars PythonServers & Infrastructure Updated Jun 19, 2025

Documentation

Setup:

  • Create a virtualenv with `python -m venv venv`
  • Activate it `source venv/bin/activate`
  • Install requirements `pip install -r requirements`
  • Run the server `python app.py`

Edit MCP.json:

code
{
  "mcpServers": {
    "gradio-mcp-test": {
      "url": "http://localhost:7860/gradio_api/mcp/sse"
    }
  }
}

The server has two tools. `cat_image` which will return a PNG image of a cat and `cat_url` that only return the url and ask the LLM to display it using Markdown.

Frequently asked questions

What is gradio-mcp-test?

gradio-mcp-test is MCP server test

How do I install gradio-mcp-test?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is gradio-mcp-test open source?

Yes — it is hosted on GitHub at https://github.com/yownas/gradio-mcp-test.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP