Workany is a desktop AI agent that executes tasks via natural language commands. It provides tools for file management, web searches, and application automation. It connects to local system resources and web APIs. Developers use it to build AI agents that automate repetitive tasks, manage files, and interact with web services.
Workany is a desktop AI agent that executes tasks via natural language commands. It provides tools for file management, web searches, and application automation. It connects to local system resources and web APIs. Developers use it to build AI agents that automate repetitive tasks, manage files, and interact with web services.
npx -y workanyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"workany-ai-workany-github": {
"command": "npx",
"args": [
"-y",
"npx -y workany"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from workany?"
API Key Required
This server requires an API key from workany. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| WORKANY_API_KEY | Yes | Your workany API key |
"What resources are available in workany?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in workany"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in workany 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.