acuity-mcp-server
v1.0.6
Published
MCP server for Acuity Project Management - enables LLM access to project data
Maintainers
Readme
Acuity MCP Server
Model Context Protocol (MCP) server for Acuity PPM. Enables LLMs like Claude to query project data, generate reports, and provide AI-assisted insights.
Quick Start
1. Configure Claude Desktop
{
"mcpServers": {
"acuity": {
"command": "npx",
"args": ["-y", "acuity-mcp-server@latest"],
"env": {
"ACUITY_ENV": "Ask SUPPORT"
}
}
}
}2. Restart Claude Desktop
After saving the config, restart Claude Desktop to load the MCP server.
3. Login
In Claude Desktop, say:
"Login to Acuity"A browser window will open. Complete the login, then say "continue login" to finish authentication.
Example Queries
Once logged in, try these in Claude Desktop:
- "Show me my projects"
- "List active projects"
- "Get status reports for project X"
- "What are the current risks?"
Security
- OAuth 2.0 Device Authorization Flow
- Credentials stored in system keychain
- Read-only operations
- Row-level security (users only see their accessible data)
License
ISC
