Back to MCP Servers
🐍 ☁️ 🏠 - MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
PythonSearch
Install
uvx yandex-tracker-mcpRequired environment variables
TRACKER_TOKENSet in your MCP configTRACKER_IAM_TOKENSet in your MCP configTRACKER_SA_KEYSet in your MCP configTRACKER_SA_PRIVATE_KEYSet in your MCP configOAUTH_CLIENT_SECRETSet in your MCP configOAUTH_ENCRYPTION_KEYSet in your MCP configOAUTH_TOKENSet in your MCP configclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"aikts-yandex-tracker-mcp": {
"command": "uvx",
"args": [
"yandex-tracker-mcp"
],
"env": {
"TRACKER_TOKEN": "<YOUR_TRACKER_TOKEN>",
"TRACKER_IAM_TOKEN": "<YOUR_TRACKER_IAM_TOKEN>",
"TRACKER_SA_KEY": "<YOUR_TRACKER_SA_KEY>",
"TRACKER_SA_PRIVATE_KEY": "<YOUR_TRACKER_SA_PRIVATE_KEY>",
"OAUTH_CLIENT_SECRET": "<YOUR_OAUTH_CLIENT_SECRET>",
"OAUTH_ENCRYPTION_KEY": "<YOUR_OAUTH_ENCRYPTION_KEY>",
"OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>"
}
}
}
}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.
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
FastMCP
🐍 - A high-level framework for building MCP servers in Python
oraios/serena
🐍 🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.