Public MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Public MCP Servershow me the available tools and resources"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Public MCP Server
A Model Context Protocol (MCP) server implementation.
Installation
Using uvx (Recommended)
The easiest way to install and run this MCP server is using uvx:
{
"public-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Pankhur/public-mcp.git",
"mcp-server"
]
}
}You can add this configuration to your project or Claude Desktop config to use this MCP server.
Manual Installation
Clone the repository
git clone https://github.com/Pankhur/public-mcp.git cd public-mcpInstall dependencies
pip install -e .Alternatively, you can install dependencies using
uv:pip install uv uv pip install -e .
Related MCP server: MCP Server
Usage
After installation, you can run the server with:
python -m mcpserverDevelopment
To contribute to this project:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pankhur/public-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server