Catalog
io.github.techmanual-ai/techmanual
Officialtechmanual.ai
Search technical manuals for T&M, industrial automation, and power electronics equipment.
Searches technical manuals for industrial automation and power electronics equipment.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
TMAI_API_KEYrequiredsecretAPI key for techmanual.ai. Get a free key instantly at https://techmanual.ai/setup (no account required).
TMAI_API_URLBase URL for the techmanual.ai API. Defaults to https://api.techmanual.ai if not set.
claude_desktop_config.json
{
"mcpServers": {
"techmanual": {
"command": "uvx",
"args": [
"techmanual-client"
],
"env": {
"TMAI_API_KEY": "<YOUR_TMAI_API_KEY>",
"TMAI_API_URL": "<YOUR_TMAI_API_URL>"
}
}
}
}