semrush-mcp
A Model Context Protocol (MCP) server implementation that provides tools for accessing Semrush API data.
GitHub Stars
22
User Rating
Not Rated
Favorites
0
Views
25
Forks
7
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
1Clone the repository
2Install dependencies:
bash
npm install
3Create a
.env file with your Semrush API key:
SEMRUSH_API_KEY=your_api_key_here
4Build the project:
bash
npm run build
5Start the server:
bash
npm run start