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
go-mcp実験場
A Go-based MCP server example demonstrating correct usage of go.mod and build/run commands.
PowerShell MCP Server
Automate Windows PowerShell tasks using Python. Execute scripts, manage the clipboard, and capture terminal output programmatically.
FastAPI with MCP
A FastAPI application demonstrating MCP integration for mathematical operations and tool registration.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
PCM
A server for reverse engineering tasks using the pcm toolkit. Requires a local clone of the pcm repository.
MCP-Creator-MCP
Create new MCP servers using AI-guided workflows and intelligent templates.
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.
MCP Audio Inspector
Analyzes audio files and extracts metadata, tailored for game audio development workflows.
Claude MCP Tools
An MCP server ecosystem for integrating with Anthropic's Claude Desktop and Claude Code CLI.
chuk-mcp
A Python client for the Model Context Protocol (MCP), an open standard for connecting AI assistants to external data and tools.