Nano Agent is an MCP server for small-scale engineering agents. It supports multiple LLM providers and exposes tools for task automation. It connects to various LLM APIs and is designed for developers building lightweight engineering agents. Install via pip.
Nano Agent is an MCP server for small-scale engineering agents. It supports multiple LLM providers and exposes tools for task automation. It connects to various LLM APIs and is designed for developers building lightweight engineering agents. Install via pip.
pip install nano-agentAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"disler-nano-agent-github": {
"command": "uvx",
"args": [
"pip install nano-agent"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from nano agent?"
API Key Required
This server requires an API key from nano agent. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NANO_AGENT_API_KEY | Yes | Your nano agent API key |
"What resources are available in nano agent?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in nano agent"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in nano agent 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.