Demonstrate Agentic use of Model Context Protocol (MCP) server tools with several Agent Frameworks
{
"mcpServers": {
"agents-mcp-usage": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository demonstrates LLM Agents using tools from Model Context Protocol (MCP) servers with several frameworks: - Google Agent Development Kit (ADK)
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 73 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Agents Mcp Usage and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository demonstrates LLM Agents using tools from Model Context Protocol (MCP) servers with several frameworks:
The repo also includes Python MCP Servers:
example_server.py based on MCP Python SDK Quickstart - Modified to include a datetime tool and run as a server invoked by Agentsmermaid_validator.py - Mermaid diagram validation server using mermaid-cliTracing is done through Pydantic Logfire.

cp .env.example .envGEMINI_API_KEY and/or OPENAI_API_KEY
LOGFIRE_TOKEN to visualise evaluations in Logfire web uiuv run agents_mcp_usage/basic_mcp/basic_mcp_use/pydantic_mcp.py
GEMINI_API_KEY by defaultuv run agents_mcp_usage/basic_mcp/basic_mcp_use/oai-agent_mcp.py
OPENAI_API_KEY by defaultmake benchmark MODEL="openai:gpt-5.2 (none)" RUNS=5 PARALLEL=1Check console, Logfire, or the ADK web UI for output
This project aims to teach:

agents_mcp_usage/basic_mcp/ - Single MCP server integration examples
adk_mcp.py - Example of using MCP with Google's Agent Development Kit (ADK 1.3.0)langgraph_mcp.py - Example of using MCP with LangGraphoai-agent_mcp.py - Example of using MCP with OpenAI Agentspydantic_mcp.py - Example of using MCP with Pydantic-AIpydantic_mcp_factory.py - Example demonstrating the model factory pattern for multi-provider supportagents_mcp_usage/multi_mcp/ - Advanced multi-MCP server integration examples
pydantic_mcp.py - Example of using multiple MCP servers with Pydantic-AI Agentagents_mcp_usage/evaluations/ - Evaluation modules for benchmarking
evals_pydantic_mcp.py - Core evaluation module for single-model testingrun_multi_evals.py - Multi-model benchmarking with parallel executionmerbench_ui.py - Interactive dashboard for result visualizationDemo Python MCP Servers
mcp_servers/example_server.py - Simple MCP server that runs locally, i