★ 0 stars
JavaScript
🤖 AI/LLM
Updated 2d ago
A local Model Context Protocol (MCP) server that empowers Claude and ChatGPT to search the web for the latest customer news, funding, product launches, and executive updates using Tavily API.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"customer-intel-mcp": {
"command": "npx",
"args": [
"-y",
"hsummerhays/customer-intel-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add customer-intel-mcp npx -y hsummerhays/customer-intel-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"customer-intel-mcp": {
"command": "npx",
"args": [
"-y",
"hsummerhays/customer-intel-mcp"
]
}
}
}
📋 Copy
Topics
chatgpt claude mcp model-context-protocol nodejs tavily typescript