MCP based Math Drawing Client
Agentic MCP Client Server that solves a math task and draws output in rectangle in a drawing app.
movva09
README
MCP based Math Drawing Client
The Math Drawing Client (talk2mcp_math_draw_client.py
) is a Python application that combines mathematical computations with visual drawing capabilities. It uses the Gemini AI model to process mathematical queries and generate appropriate responses.
Features
Currently Implemented Features
- Integration with Gemini AI for mathematical problem-solving
- Drawing capabilities for visual representation of mathematical results
- Iterative problem-solving approach (max 9 iterations)
- Support for basic mathematical operations and ASCII value calculations
- Automatic drawing of results on a canvas
- Basic error handling and recovery
- Simple canvas operations
- Basic text placement
- Timeout handling for operations (10-second timeout for LLM operations)
- Session management
- Tool execution with parameter validation
Server Requirements
-
MCP Server Setup:
- Python 3.x environment
- MCP server package installed
- Required server dependencies:
mcp
packagegoogle-generativeai
for AI integrationpython-dotenv
for environment management
-
Server Configuration:
- Port configuration (default: 8080)
- Memory allocation for mathematical operations
- Canvas size settings (default: 1920x1080)
- Maximum concurrent connections
- Timeout settings for operations
-
Server Tools:
- Mathematical computation engine
- Drawing canvas manager
- Tool execution handler
- Session manager
- Error handling system
Prerequisites
- Python 3.x
- Required Python packages:
python-dotenv
google-generativeai
mcp
package
Environment Setup
- Create a
.env
file in the project root - Add your Gemini API key:
GEMINI_API_KEY=your_api_key_here
Server Setup
-
Install server dependencies:
pip install mcp google-generativeai python-dotenv
-
Configure server settings in
config.json
:{ "server": { "port": 8080, "max_connections": 10, "timeout": 30, "canvas": { "width": 1920, "height": 1080 } } }
-
Start the MCP server:
python example2-3_server.py
Available Tools
Currently Implemented Tools
-
Mathematical Operations:
- Basic arithmetic operations (add, subtract, multiply, divide)
- Advanced mathematical functions (exponential, logarithmic)
- ASCII value calculations
- String manipulation and conversion
- Array operations
- Prime number calculations
- Factorial computations
- Fibonacci sequence generation
-
Drawing Tools:
- Rectangle drawing with custom dimensions
- Basic text placement with formatting
- Canvas clearing and reset
- Coordinate-based drawing
- Simple color selection
- Basic layer management
Planned Future Tools
- Enhanced Mathematical Operations
- Advanced Drawing Features:
- Analysis Tools:
- Utility Tools:
Installation
- Clone the repository
- Install required packages:
pip install python-dotenv google-generativeai mcp
- Set up your environment variables as described above
Usage
- Start the MCP server (see Server Setup section)
- Ensure the server is running and accessible
- Run the client:
python talk2mcp_math_draw_client.py
Server-Client Communication
-
Connection Protocol:
- Client establishes connection with server
- Authentication handshake
- Tool list synchronization
- Session initialization
-
Data Flow:
- Client sends mathematical queries
- Server processes requests
- Results are returned to client
- Drawing commands are executed
- Status updates are communicated
-
Error Handling:
- Connection retry mechanism
- Session recovery
- Tool execution fallback
- Resource cleanup
Example Queries
- Basic Mathematical Drawing:
Calculate the sum of ASCII values for the word "HELLO" and draw it inside a rectangle at the center of the canvas.
- Complex Mathematical Visualization:
Find the exponential values of first 5 prime numbers, sum them up, and display the result in a blue rectangle at coordinates (500, 300).
- Multiple Operations:
Convert the word "MATH" to ASCII values, calculate their sum, find the square root, and display the result in a red rectangle with white text.
- Advanced Drawing:
Draw a rectangle at (200, 200) with width 400 and height 300, then place the result of (2^10 + 3^5) inside it with centered text.
How It Works
- The client connects to the MCP server using stdio communication
- It processes mathematical queries using the Gemini AI model
- Results are automatically drawn on a canvas
- The system uses an iterative approach (max 9 iterations) to solve complex problems
- Results are displayed in a visually appealing format
- Each operation is validated against tool schemas
- Error handling and timeout mechanisms are in place
Error Handling
The client includes robust error handling for:
- API timeouts (10-second timeout for LLM operations)
- Invalid inputs
- Connection issues
- Tool execution errors
- Drawing tool failures
- Parameter validation errors
- Session management issues
Contributing
Feel free to submit issues and enhancement requests.
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Troubleshooting
-
Common Issues:
- Connection timeout
- Drawing tool failures
- Memory issues
- Performance problems
- Authentication errors
-
Solutions:
- Check server status
- Verify network connectivity
- Clear cache and temporary files
- Update dependencies
- Check system resources
Performance Tips
-
Optimization:
- Use appropriate canvas size
- Limit concurrent operations
- Clear unused resources
- Monitor memory usage
- Use efficient algorithms
-
Best Practices:
- Regular backups
- System updates
- Resource monitoring
- Error logging
- Performance testing
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.