BirdRoad1/som-mcp
If you are the rightful owner of som-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The SoM-MCP server is designed to interact with the Summer of Making unofficial API, providing various functionalities to query and manage project and user data.
Clone a project's repository
Allows users to clone the repository of a specific project.
Get project content
Retrieves the content of a specified project.
Get project count
Returns the total number of projects available.
Get users count
Returns the total number of users.
Search for projects
Enables users to search for projects based on specific criteria.
SoM-MCP
This MCP server can be used to query data from the Summer of Making unofficial API available at https://som.jlmsz.com/.
Supported tools:
- Clone a project's repository
- Get project content
- Get project count
- Get users count
- Request scrape
- Search for projects
- Search for users
Installation
Run the following command:
npm i -g som-mcp
Then, find the folder where Node.js is installed and enter the bin folder. There, you will find both the node and som-mcp executables. You can then copy their full paths to use in your claude config.
Example claude_desktop_config.json:
{
"mcpServers": {
"som-mcp": {
"command": "/home/user/nodejs/bin/node",
"args": ["/home/user/nodejs/bin/som-mcp"]
}
}
}