The reputation layer for AI skills, tools & agents

modelcontextprotocol/create-python-server

Score: 24.6 Rank #8874 Archived

Create a Python MCP server

Overview

modelcontextprotocol/create-python-server is a Python MCP server licensed under MIT. Create a Python MCP server

Ranked #8874 out of 25632 indexed tools.

Ecosystem

Python MIT

Signal Breakdown

Stars 477
Freshness 1y ago
Issue Health 22%
Contributors 2
Dependents 0
Forks 112
Description Brief
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 417 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 7 open vs 2 closed issues — triaging stale issues improves health

Badge

AgentRank score for modelcontextprotocol/create-python-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/modelcontextprotocol--create-python-server)](https://agentrank-ai.com/tool/modelcontextprotocol--create-python-server)
<a href="https://agentrank-ai.com/tool/modelcontextprotocol--create-python-server"><img src="https://agentrank-ai.com/api/badge/tool/modelcontextprotocol--create-python-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# MCP Create Server

 

Create [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server projects with no build configuration.

## Quick Overview

```sh
# Using uvx (recommended)
uvx create-mcp-server

# Or using pip
pip install create-mcp-server
create-mcp-server
```

You don't need to install or configure any dependencies manually. The tool will set up everything you need to create an MCP server.

## Creating a Server

**You'll need to have [UV](https://docs.astral.sh/uv/) >= 0.4.10 installed on your machine.**

To create a new server, run either of these commands:

### Using uvx (recommended)
```sh
uvx create-mcp-server
```

### Using pip
```sh
pip install create-mcp-server
create-mcp-server
```

It will walk you through creating a new MCP server project. When complete, you'll have a new directory with this structure:

```
my-server/
├── README.md
├── pyproject.toml
└── src/
    └── my_server/
        ├── __init__.py
        ├── __main__.py
        └── server.py
```

No
Read full README on GitHub →
Are you the maintainer? Claim this listing