To connect a third-party MCP server as a data source inside WisdomAI, see Connect an external MCP server instead.
Set up
Choose your AI client below and follow the steps to connect WisdomAI.Claude app
Claude app
Connecting WisdomAI doesn’t create new access. You sign in with your own WisdomAI account, and the role and permissions you already have apply.
- In Claude, open Settings > Connectors.
- Click Add, then select Add custom connector.
- Enter the name
WisdomAIand pastehttps://mcp.wisdom.ai/mcp. - Click Add to save the connector, then click Connect.
- Enter your work email, sign in, and approve the requested access.
For admins: add WisdomAI for your organization
For admins: add WisdomAI for your organization
- Sign in to Claude as an organization admin and open Settings > Connectors.
- Click Add, then select Add custom connector.
- Enter the name
WisdomAIand pastehttps://mcp.wisdom.ai/mcp. - Click Add. Users in your organization will then find WisdomAI in their connectors and can connect to it.
/mcp to the domain you log in on. If you sign in at {your-instance}.askwisdom.ai, your MCP URL is https://{your-instance}.askwisdom.ai/mcp. Give it a representative name, such as WisdomAI (staging).Remove WisdomAI
Remove WisdomAI
Open Settings > Connectors, find WisdomAI, and disconnect or remove it.
ChatGPT
ChatGPT
- In ChatGPT, select Plugins in the sidebar.
- Search for
WisdomAIand open it. - Click Install plugin. You’ll be redirected to a sign-in page.
- Enter your work email and click Continue. You’ll be signed in to your organization’s WisdomAI workspace, where you can approve the requested access.
Remove WisdomAI
Remove WisdomAI
Go to Plugins, open WisdomAI, select the ··· menu, then click Uninstall.
Other clients
Other clients
Any MCP-compatible client works. Use these details to add WisdomAI to your client:VS Code uses different keys for the same connection. In Claude Code is configured from the command line. Run:Then, in Claude Code, run:Select Once you’ve added the connection, restart the client and complete authentication when prompted. The exact flow varies by client.
How you enter them depends on the client. Some provide a form, and others use a JSON configuration file. Check your client’s documentation for where its MCP configuration lives.
Clients that support remote MCP servers
Most take a JSON configuration file in this shape:.vscode/mcp.json, add the following configuration:wisdomai and follow the sign-in flow.Clients without remote MCP support
Connect through themcp-remote proxy, which bridges the remote server to a local connection:Remove WisdomAI
Remove WisdomAI
Delete the
wisdomai entry from your client’s configuration and restart it.In Claude Code, run claude mcp remove wisdomai.Authentication
Each person authenticates individually. The first time you connect a client, you sign in with your own WisdomAI identity through your organization’s usual SSO and approve the connection.Authentication in detail
Authentication in detail
The server implements OAuth 2.1 with Dynamic Client Registration (DCR) and Proof Key for Code Exchange (PKCE), following the MCP Authorization specification.
- Clients register automatically.
- Tokens are scoped to the MCP session that requested them.
- Each session keeps its own context and handles multiple requests on one token.
- Protected Resource Metadata:
/.well-known/oauth-protected-resource - Authorization Server Metadata:
/.well-known/oauth-authorization-server
/register), authorization (/authorize), and token (/token). MCP clients should query /.well-known/oauth-authorization-server to discover these URLs rather than assuming fixed paths.Security and privacy
Access works exactly as it does in the WisdomAI app. A connected client acts as the signed-in user, so their role, domain access, row-level security, and column-level security all apply unchanged. Queries made through MCP appear in your audit trail alongside activity from the app.Example prompts
Start here to confirm the connection and see the data available to you:- What domains are available in WisdomAI?
Ask a question
- How did Q3 net revenue track against plan in EMEA?
- Break that down by segment and show the last four quarters.
- Show me the top 5 products by sales this quarter as a table.
- Visualize monthly active users over the last 12 months.
- Pull last quarter’s revenue by region and draft a summary for the board deck.
Check where an answer came from
- Which definition of net revenue was used, and what data did it come from?
- Show me the query behind that answer.
Manage domain context
- What metrics are defined in the Finance domain?
- Add business knowledge to the Sales domain: bookings exclude intercompany transfers.
- Save that question and query as a reviewed query in the Sales domain.
Capabilities
What’s available to you depends on your WisdomAI role. Everyone with domain access can:- Find the domains and tables they can query.
- Ask questions in natural language and get complete responses, including text, tables, and charts.
- Refine an answer with follow-ups, keeping the context of the conversation.
- See the query behind an answer and the definitions it used.
- Give feedback on an answer, or seek help from the domain admin.
- Read and edit metric definitions, business knowledge, synonyms, table relationships, derived columns, and parameterized tables.
- Read and edit reviewed queries and row-level security settings.
- Reindex a domain after changes.
Not available via MCP
The MCP server doesn’t currently expose everything you can do in the WisdomAI app. Use the app for these common tasks:Next steps
Connected Apps
Sign in to OAuth-secured MCP server connections an admin has added.
API Keys
Create personal bearer tokens for programmatic access.
For support, feedback, or feature requests, contact our team at support@askwisdom.ai.

