simple website fetcher.com
simple website fetcher.com logo

Simple Website Fetcher

Fetches website content using Python and MCP, enabling web scraping and content analysis tasks

Created byApr 23, 2025

MCP Server Template for Cursor IDE

A simple template for creating custom tools for Cursor IDE using Model Context Protocol (MCP). Create your own repository from this template, modify the tools, and connect them to your Cursor IDE.
![Server Mood Response](docs/images/server-mood.png)

Quick Start

  1. Click "Deploy to Heroku" button [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kirill-markin/weaviate-mcp-server)
  1. After deployment, configure Cursor: - Open Cursor Settings Features - Add new MCP server - Use your Heroku URL with `/sse` path (e.g., `https://<your-app-name>.herokuapp.com/sse`)
  1. Test your agent's mood in Cursor: - Ask your agent "Please ask about our server mood and let me know how it is." - The server will respond with a cheerful message and a heart

Alternative Setup Methods

You can run the server in three ways: using Docker, traditional Python setup, or directly in Cursor IDE.

Docker Setup

The project includes Docker support for easy deployment:
  1. Initial setup:
  1. Build and run using Docker Compose:
  1. The server will be available at: - SSE endpoint: http://localhost:8000/sse
  1. Quick test:
  1. Connect to Cursor IDE: - Open Cursor Settings Features - Add new MCP server - Type: Select "sse" - URL: Enter `http://localhost:8000/sse`

Traditional Setup

First, install the uv package manager:
Start the server using either stdio (default) or SSE transport:
After installation, you can connect the server directly to Cursor IDE:
  1. Right-click on the `cursor-run-mcp-server.sh` file in Cursor
  1. Select "Copy Path" to copy the absolute path
  1. Open Cursor Settings (gear icon)
  1. Navigate to Features tab
  1. Scroll down to "MCP Servers"
  1. Click "Add new MCP server"
  1. Fill in the form: - Name: Choose any name (e.g., "my-mcp-server-1") - Type: Select "stdio" (not "sse" because we run the server locally) - Command: Paste the absolute path to `cursor-run-mcp-server.sh` that you copied earlier. For example: `/Users/kirillmarkin/weaviate-mcp-server/cursor-run-mcp-server.sh`

Environment Variables

Available environment variables (can be set in `.env`):
  • `MCP_SERVER_PORT` (default: 8000) - Port to run the server on
  • `MCP_SERVER_HOST` (default: 0.0.0.0) - Host to bind the server to
  • `DEBUG` (default: false) - Enable debug mode
  • `MCP_USER_AGENT` - Custom User-Agent for website fetching

Additional options

Installing via Smithery

[![smithery badge](https://smithery.ai/badge/@kirill-markin/example-mcp-server)](https://smithery.ai/server/@kirill-markin/example-mcp-server)
To install MCP Server Template for Cursor IDE for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kirill-markin/example-mcp-server):

Glama server review

<a href="https://glama.ai/mcp/servers/jgisqn8zco"><img width="380" height="200" src="https://glama.ai/mcp/servers/jgisqn8zco/badge" alt="Server Template for Cursor IDE MCP server" /></a>