Search Intent AI
About
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
Details
- Author
- captainchaozi
- Repository
- captainChaozi/search-intent-mcp
- GitHub stars
- 1
- Downloads
- 445
- Categories
- Search, Knowledge Base, Other, Marketing, Productivity, Developer Tools, Communication, API, Infrastructure
Jump to
- Analyzes search keyword intent
- Provides possible intent categories
- Offers reasoning behind the classification
- Includes relevant reference links
- Generates search suggestions
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Search Intent AICommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@search-intent/mcp
Environment-
SEARCH_INTENT_API_KEY
xxx
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure Search_intent in your MCP client by running npx -y @search-intent/mcp with the environment variable SEARCH_INTENT_API_KEY set to your API key. Then use the search_intent_analysis tool, passing a query argument to get intent classification, reasoning, references, and search suggestions.
search_intent_analysis
Analyzes the intent behind a search query. Parameters: query (string)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"search intent ai": {
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
},
"args": [
"-y",
"@search-intent/mcp"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
},
"args": [
"-y",
"@search-intent/mcp"
],
"command": "npx"
}
Macos
{
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
},
"args": [
"-y",
"@search-intent/mcp"
],
"command": "npx"
}
Windows
{
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
},
"args": [
"/c",
"npx",
"-y",
"@search-intent/mcp"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




