The Model Context Protocol (MCP) lets AI assistants securely use AlsoAsked to perform searches.
Before you start
You will need:
An active AlsoAsked Pro account
An AI assistant with permission to add custom MCP servers
The AlsoAsked MCP server URL:
https://alsoasked.com/mcp
You do not need an API key. Your AI assistant will open AlsoAsked in your browser so you can sign in and approve permission to view your account details and credit balance, view your search history and results, and perform or delete searches. Only approve a connection from an assistant you trust.
How to connect AlsoAsked
Claude and Claude Desktop
Remote connectors are linked to your Claude account, so setting up a connector on the web will make it available in Claude Desktop.
Open Claude's Connectors page, or go to Customize → Connectors in Claude.
Select Add then Add custom connector.
Enter
AlsoAskedas the connector name andhttps://alsoasked.com/mcpas the remote MCP server URL.
Select Add, then Connect.
Sign in to AlsoAsked in the browser window and approve the connection.
In a Claude conversation, select + → Connectors and enable AlsoAsked.
If you use Claude through a Team or Enterprise workspace, an Owner or Primary Owner must add the connector to the organization before members can connect it.
ChatGPT
In ChatGPT, custom MCP connections are called apps.
In ChatGPT, open Settings → Security and login and turn on Developer mode.
Open ChatGPT's Plugins page.
Select + to create a developer-mode app.
Enter
AlsoAskedas the name, andhttps://alsoasked.com/mcpas the MCP server URL.
Create the app. When ChatGPT asks you to connect, sign in to AlsoAsked and approve access.
Start a new chat, select + → More, then choose AlsoAsked from the available tools.
In a managed workspace, Developer mode may be disabled by your administrator. Ask them to enable it if the toggle is unavailable.
Claude Code
Add AlsoAsked at user scope to make it available across all your Claude Code projects.
Run:
claude mcp add --transport http --scope user alsoasked https://alsoasked.com/mcp
Start the browser authorization flow:
claude mcp login alsoasked
You can also enter
/mcpin an interactive Claude Code session, select AlsoAsked and authenticate from there.Check the connection:
claude mcp get alsoasked


