Back to MCP Servers
🔌
chrishayuk/mcp-cli
Apache-2.0API key required🐍 🏠 - Yet another CLI tool for testing MCP servers
PythonProductivity
Install
npx -y @playwright/mcp@latestRequired environment variables
OPENAI_API_KEYSet in your MCP configANTHROPIC_API_KEYSet in your MCP configAZURE_OPENAI_API_KEYSet in your MCP configGEMINI_API_KEYSet in your MCP configGROQ_API_KEYSet in your MCP configLOCALAI_API_KEYSet in your MCP configMYPROXY_API_KEYSet in your MCP configBRAVE_API_KEYSet in your MCP configclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"chrishayuk-mcp-cli": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"AZURE_OPENAI_API_KEY": "<YOUR_AZURE_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GROQ_API_KEY": "<YOUR_GROQ_API_KEY>",
"LOCALAI_API_KEY": "<YOUR_LOCALAI_API_KEY>",
"MYPROXY_API_KEY": "<YOUR_MYPROXY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More Python MCP servers
🔌🔌🔌🔌
microsoft/markitdown
🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
Awesome MCP Servers by punkpeye
(****) - A curated list of MCP servers by ****
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
FastMCP
🐍 - A high-level framework for building MCP servers in Python