Nixa MCP Connector
Nixa MCP Connector
MCP (Model Context Protocol) is an open standard that allows AI assistants to securely connect to external data sources. With this connector, any MCP-compatible AI can read and write data in your Nixa workspace.
Install: Add the MCP connector to your workspace
Connect: Authorize the AI assistant to access your Nixa data
Interact: Ask your AI questions about your data or have it create/update records
Querying Data
> "Show me my recent contacts in Nixa"
> "What tasks are due this week?"
> "Summarize my sales pipeline"
Creating Records
> "Add a new contact named John Smith with email john@example.com"
> "Create a task to follow up with Acme Corp next Monday"
Updating Data
> "Mark the 'Website Redesign' task as complete"
> "Update the contact email for Jane Doe"
OAuth 2.1 — : Industry-standard secure authentication
Scoped Access — : Claude only accesses what you explicitly authorize
Permission Inheritance — : Claude has the same permissions as the authorizing user
Audit Trail — : All MCP operations are logged
Revocable — : Disconnect Claude at any time from settings
| Operation | Description |
|-----------|-------------|
| List Entities | View your data structure |
| View Records | Read data from any entity |
| Create Records | Add new records |
| Update Records | Modify existing records |
| Delete Records | Remove records (requires explicit scope) |
Your data is processed according to Nixa's privacy policy. MCP requests are logged for security auditing. Claude does not store your Nixa data persistently.




•
Initial marketplace release
•
OAuth 2.1 with PKCE authentication
•
Dynamic Client Registration for Claude.ai
•
7 core MCP tools (list_entities, describe_entity, list_records, get_record, create_record, update_record, delete_record)
•
Safety annotations on all tools
•
Permission-aware operations
•
Audit logging for all MCP requests
Install your first app in 30 seconds. No credit card required.