Gradio MCP Test
A Python-based MCP server that provides tools to get cat images, either as a direct PNG or a URL for Markdown display.
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:
{
"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.
Related Servers
microCMS
Manage content on the microCMS headless CMS using its content and management APIs.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Loop MCP Server
Enables LLMs to process array items sequentially with a specific task.
Shell Command MCP Server
Execute pre-configured and secure shell commands via a Go-based MCP server.
Xcode
Tools for Xcode project management, building, testing, archiving, code signing, and iOS development utilities.
SDK MCP Server
An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.
Auto API - YApi
A tool to retrieve API interface information from YApi, with authentication configurable via environment variables.
TradingCyborg MCP Server
A professional trading server with over 26 tools for Bybit API integration.
Rust Docs MCP Server
Query up-to-date documentation for Rust crates.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.