Template MCP server for AI-ML tasks. Provides FastMCP and TypeScript support. Exposes basic AI agent functionality. Connects to local development environments. Use for creating custom MCP servers with predefined structure and tooling.
Template MCP server for AI-ML tasks. Provides FastMCP and TypeScript support. Exposes basic AI agent functionality. Connects to local development environments. Use for creating custom MCP servers with predefined structure and tooling.
npx -y @mcpdotdirect/create-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcpdotdirect-template-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @mcpdotdirect/create-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from template?"
No configuration required. This server works out of the box.
"What resources are available in template?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in template"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in template with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.