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., "@MCP Skeletonsay hello to Alice"
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 Skeleton
An MCP server that lets AI assistants TODO: describe the capability. TODO: summarize what you can do in one sentence.
Works with Claude Desktop, Claude Code, or any MCP-compatible client.
Use Cases
TODO: Add 4-6 real-world examples of what users can do with this server.
Setup
Requires Node.js 18+.
1. TODO: Get an API Key (if applicable)
Describe how to obtain credentials or other service-specific requirements.
2. Configure Your MCP Client
Add the server to your MCP client's configuration. There are two ways to do this:
Option A: Run directly from GitHub (no install needed)
{
"mcpServers": {
"<mcp-server>": {
"command": "npx",
"args": ["-y", "github:<github-user>/<repo-name>"],
"env": {
"TODO_API_KEY": "your-api-key-here"
}
}
}
}Option B: Clone and run locally
git clone https://github.com/<github-user>/<repo-name>.git
cd <repo-name>
npm installThen point your MCP client at the local build:
{
"mcpServers": {
"<mcp-server>": {
"command": "node",
"args": ["/path/to/<repo-name>/dist/index.js"],
"env": {
"TODO_API_KEY": "your-api-key-here"
}
}
}
}Replace /path/to/<repo-name> with the actual path where you cloned the project.
What You Can Do
TODO: Document each tool with its parameters.
Hello
Returns a greeting for the given name.
Tool: hello
Parameter | Type | Required | Description |
| string | Yes | Name to greet |
License
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.