Back to Apps

Addness MCP
Supports UIby addnesstech
Manage goals and organizational progress directly from Claude and other MCP clients using the Addness goal management system.
0 stars
Works in:CodexCursorWindsurf
Exposes:Tools
What it does
Connects your AI agent to Addness, a goal management platform, allowing the model to create, update, and track goals, members, and activities within your organization.
Tools
create_goal: Establish new organizational goals.list_my_goals: Retrieve a list of goals assigned to the current user.update_goal: Modify goal details or status.complete_goal: Mark a goal as finished.search_goals: Find specific goals across the organization.list_organizations: View available organizations.switch_organization: Change the active organizational context.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"addness": {
"command": "/path/to/addness-mcp",
"env": {
"ADDNESS_API_URL": "https://vt.api.addness.com",
"ADDNESS_API_TOKEN": "your-api-token"
}
}
}
}
Supported hosts
Claude Desktop, Codex, Cursor, Windsurf, VS Code
Quick install
curl -sL https://raw.githubusercontent.com/AddnessTech/addness-mcp/main/install.sh | bashInformation
- Pricing
- free
- Published
- 6/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml: [mcp_servers.addness]\ncommand = "/path/to/addness-mcp"\nenv = { ADDNESS_API_URL = "https://vt.api.addness.com", ADDNESS_API_TOKEN = "..." }Cursor
Add to mcp.json: { "addness": { "command": "/path/to/addness-mcp", "env": { "ADDNESS_API_URL": "https://vt.api.addness.com", "ADDNESS_API_TOKEN": "..." } } }Windsurf
Add to mcp_config.json: { "addness": { "command": "/path/to/addness-mcp", "env": { "ADDNESS_API_URL": "https://vt.api.addness.com", "ADDNESS_API_TOKEN": "..." } } }Claude Desktop
{
"mcpServers": {
"addness": {
"command": "/path/to/addness-mcp",
"env": {
"ADDNESS_API_URL": "https://vt.api.addness.com",
"ADDNESS_API_TOKEN": "your-api-token"
}
}
}
}





