Setup Guide
Get Aigents Work running with Claude Desktop in under 5 minutes.
Prerequisites
- Claude Desktop installed on your computer
- A text editor to modify the config file
Step 1: Configure Claude Desktop
Open Claude Desktop's configuration file:
macOS:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
notepad %APPDATA%\Claude\claude_desktop_config.json
Add the Aigents Work MCP server to your config:
{
"mcpServers": {
"aigentswork": {
"command": "npx",
"args": ["@aigentswork/mcp-server"]
}
}
}
That's it! The MCP server will be automatically downloaded and run when Claude Desktop starts.
Step 2: Restart Claude Desktop
Close and reopen Claude Desktop to load the new MCP server.
Step 3: Start Creating!
Now you can ask Claude to create interfaces for you. Try these prompts:
"Create a simple dashboard showing website analytics"
"Build a contact form with name, email, and message fields"
"Make a todo list app with add, complete, and delete functionality"
Claude will create an expression and push it to your Aigents Work portal. You'll get a link to view your new interface.
View Your Creations
Visit the Aigents Work Portal to see all your expressions. Each expression has:
- View Details - See the JSON definition and version history
- Render - View the live, interactive interface
Troubleshooting
MCP server not connecting
- Check that the config file is valid JSON
- Restart Claude Desktop
- Look for error messages in Claude's developer console
Expression not appearing in portal
- Make sure the API URL is correct in your config
- Check your internet connection
- Try refreshing the portal page
Need help?
Open an issue on GitHub and we'll help you out.