·mcp-server

Build MCP (Model Context Protocol) servers using the official Python SDK. Covers FastMCP high-level API with @mcp.tool(), @mcp.resource(), @mcp.prompt() decorators, FastAPI/Starlette integration, transports (stdio, SSE, streamable-http), and database integration.

9Installs·0Trend·@naimalarain13

Installation

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill mcp-server

SKILL.md

Build MCP (Model Context Protocol) servers using the official Python SDK with FastMCP high-level API.

| Tools | @mcp.tool() | Perform actions, computations, side effects | | Resources | @mcp.resource() | Expose data for reading (URI-based) | | Prompts | @mcp.prompt() | Reusable prompt templates |

| Tools | reference/tools.md | | Resources | reference/resources.md | | Prompts | reference/prompts.md | | Transports | reference/transports.md | | FastAPI Integration | reference/fastapi-integration.md |

Build MCP (Model Context Protocol) servers using the official Python SDK. Covers FastMCP high-level API with @mcp.tool(), @mcp.resource(), @mcp.prompt() decorators, FastAPI/Starlette integration, transports (stdio, SSE, streamable-http), and database integration. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill mcp-server
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is mcp-server?

Build MCP (Model Context Protocol) servers using the official Python SDK. Covers FastMCP high-level API with @mcp.tool(), @mcp.resource(), @mcp.prompt() decorators, FastAPI/Starlette integration, transports (stdio, SSE, streamable-http), and database integration. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

How do I install mcp-server?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill mcp-server Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo