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., "@DateTime-LocalMCPServerWhat is the current local date and time?"
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.
MCP Server Setup Guide
A step-by-step guide to set up and run a Model Context Protocol (MCP) server using FastMCP.
Installation Steps
UV is a fast Python package manager. Install it using pip:
Verify installation:
Create a new directory for your MCP server and initialize it:
This creates the necessary project structure with:
pyproject.toml- Project configuration.python-version- Python version specificationREADME.md- Project documentation
Add FastMCP to your project dependencies:
Create a file named
main.pywith your server code:Use the
MCP Inspectorto test your server interactively:
To run your server normally:
Automatically configure Claude Desktop to use your MCP server:
License
This project is licensed under the MIT License.