NimbleTools Core is an open-source MCP runtime for deploying tools as production services. It provides infrastructure for agentic web communication, exposing APIs for tool deployment and management. Connects to various MCP tools and services. Developers use it to quickly deploy and manage MCP tools in production environments.
NimbleTools Core is an open-source MCP runtime for deploying tools as production services. It provides infrastructure for agentic web communication, exposing APIs for tool deployment and management. Connects to various MCP tools and services. Developers use it to quickly deploy and manage MCP tools in production environments.
pip install nimbletools-coreAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"nimblebraininc-nimbletools-core-github": {
"command": "uvx",
"args": [
"pip install nimbletools-core"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from nimbletools core?"
No configuration required. This server works out of the box.
"What resources are available in nimbletools core?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in nimbletools core"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in nimbletools core with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.