{"id":22782236,"url":"https://github.com/modelcontextprotocol/create-python-server","last_synced_at":"2025-03-27T12:09:39.979Z","repository":{"id":264668143,"uuid":"890418804","full_name":"modelcontextprotocol/create-python-server","owner":"modelcontextprotocol","description":"Create a Python MCP server","archived":false,"fork":false,"pushed_at":"2025-01-23T10:06:10.000Z","size":44,"stargazers_count":296,"open_issues_count":8,"forks_count":55,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-20T10:44:44.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://modelcontextprotocol.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modelcontextprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T14:34:51.000Z","updated_at":"2025-03-20T09:58:31.000Z","dependencies_parsed_at":"2024-11-25T17:31:21.758Z","dependency_job_id":"20de68b6-83db-4564-8755-aa8df26fb638","html_url":"https://github.com/modelcontextprotocol/create-python-server","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.09523809523809523,"last_synced_commit":"b07744de4f10e92cfd1a98b51f7aac8ee5805d69"},"previous_names":["modelcontextprotocol/create-python-server"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelcontextprotocol%2Fcreate-python-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelcontextprotocol%2Fcreate-python-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelcontextprotocol%2Fcreate-python-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelcontextprotocol%2Fcreate-python-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modelcontextprotocol","download_url":"https://codeload.github.com/modelcontextprotocol/create-python-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841755,"owners_count":20681195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-11T21:09:52.473Z","updated_at":"2025-03-27T12:09:39.955Z","avatar_url":"https://github.com/modelcontextprotocol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Create Server\n\n[![PyPI](https://img.shields.io/pypi/v/create-mcp-server)](https://pypi.org/project/create-mcp-server/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nCreate [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server projects with no build configuration.\n\n## Quick Overview\n\n```sh\n# Using uvx (recommended)\nuvx create-mcp-server\n\n# Or using pip\npip install create-mcp-server\ncreate-mcp-server\n```\n\nYou don't need to install or configure any dependencies manually. The tool will set up everything you need to create an MCP server.\n\n## Creating a Server\n\n**You'll need to have [UV](https://docs.astral.sh/uv/) \u003e= 0.4.10 installed on your machine.**\n\nTo create a new server, run either of these commands:\n\n### Using uvx (recommended)\n```sh\nuvx create-mcp-server\n```\n\n### Using pip\n```sh\npip install create-mcp-server\ncreate-mcp-server\n```\n\nIt will walk you through creating a new MCP server project. When complete, you'll have a new directory with this structure:\n\n```\nmy-server/\n├── README.md\n├── pyproject.toml\n└── src/\n    └── my_server/\n        ├── __init__.py\n        ├── __main__.py\n        └── server.py\n```\n\nNo configuration or complicated folder structures, only the files you need to run your server.\n\nOnce installation is done, you can start the server:\n\n```sh\ncd my-server\nuv sync --dev --all-extras\nuv run my-server\n```\n\n## Features\n\n- Simple command-line interface for creating new projects\n- Auto-configures Claude Desktop app integration when available\n- Uses [uvx](https://docs.astral.sh/uv/guides/tools/) for fast, reliable package management and project creation\n- Sets up basic MCP server structure\n- Uses the [Model Context Protocol Python SDK](https://github.com/modelcontextprotocol/python-sdk) for the server project\n\n## Philosophy\n\n- **Zero Configuration:** No need to manually set up project structure or dependencies.\n- **Best Practices:** Follows Python packaging standards and MCP server patterns.\n- **Batteries Included:** Comes with everything needed to start building an MCP server.\n\n## License\n\nCreate MCP Server is open source software [licensed as MIT](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelcontextprotocol%2Fcreate-python-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodelcontextprotocol%2Fcreate-python-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelcontextprotocol%2Fcreate-python-server/lists"}