MCP Servers
@connectwithprakash
About MCP Servers
Repository for my MCP servers
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"great-learning-mcp": {
"command": "/path/to/python/virtualenv",
"args": [
"/path/to/mcp-servers/great_learning/great_learning_mcp.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Servers?
MCP Servers is a repository containing a collection of self-contained Model Context Protocol (MCP) implementations that enhance AI assistants with custom capabilities, such as accessing external tools, data sources, and proprietary information. It is designed for developers and users who want to extend AI assistants like Claude, Cursor, or Windsurf with specialized functions.
How to use MCP Servers?
Clone the repository, install dependencies with Poetry (Python 3.12+), and add the desired MCP’s configuration to your assistant’s MCP config file (e.g., ~/.cursor/mcp.json for Cursor). Provide the JSON with the path to a virtualenv and the MCP script’s arguments.
Key features of MCP Servers
- Collection of self-contained MCP implementations for specific tasks
- Great Learning MCP enables semantic search over course content
- Detailed information retrieval for individual courses
- Course comparison functionality
- Full access to Great Learning documentation
Use cases of MCP Servers
- AI assistant accessing up‑to‑date educational course information
- Searching and comparing Great Learning programs
- Integrating proprietary or private training data into assistant responses
FAQ from MCP Servers
What are the dependencies for using MCP Servers?
Python 3.12+, Poetry for dependency management, and any additional requirements specified in each MCP’s own README.
How do I configure an MCP server for my AI assistant?
Add the configuration to your assistant’s MCP configuration file (e.g., ~/.cursor/mcp.json for Cursor, ~/.claude.json for Claude Code) using the JSON format shown in the README with the correct command and args.
Which platforms are supported for MCP Servers?
The README lists support for Cursor, Windsurf, Claude Desktop, and Claude Code.
How can I add a new MCP to this repository?
Create a new directory for your MCP, implement it with the MCP SDK
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments