MCP Tool Builder is a server that allows large language models (LLMs) to dynamically create new tools as needed through MCP clients like Claude Desktop. It enables users to describe tools in natural language, which are then generated as Python scriptlets and stored in a JSON file.
MCP Tool Builder is a server that allows large language models (LLMs) to dynamically create new tools as needed through MCP clients like Claude Desktop. It enables users to describe tools in natural language, which are then generated as Python scriptlets and stored in a JSON file.
Clone the repository, install the dependencies, and configure it with Claude Desktop.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-tool-builder": {
"command": "npx",
"args": [
"-y",
"Clone the repository, install the dependencies, and configure it with Claude Desktop."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Tool Builder?"
No configuration required. This server works out of the box.
"What resources are available in MCP Tool Builder?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Tool Builder"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Tool Builder 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.