nowfound

Alternatives

Products that do what Web to MCP does

Send any website components to Cursor or Claude via MCP

  1. 1

    Persistent AI memory across Claude Desktop & Cursor IDE

    Oct 2025

  2. 2

    Allow AI Agents to help you with Figma designs!

    Jan 2026

  3. 3

    Manage your CMS content from Claude, Cursor, and Codex

    12d ago · marblecms.com

  4. 4
    Click133

    Live research context for ChatGPT and Claude

    25d ago · useclick.ai

  5. 5CM

    Every MCP tool call dumps raw data into Claude Code's 200K context window. A Playwright snapshot costs 56 KB, 20 GitHub issues cost 59 KB. After 30 minutes, 40% of your context is gone. I built an MCP server that sits between Claude Code and these outputs. It processes them in sandboxes and only returns summaries. 315 KB becomes 5.4 KB. It supports 10 language runtimes, SQLite FTS5 with BM25 ranking for search, and batch execution. Session time before slowdown goes from ~30 min to ~3 hours. MIT licensed, single command install: /plugin marketplace add mksglu/claude-context-mode…

    Feb 2026 · github.com

  6. 6CI

    Hi, I'm Daniel from Zep. I've integrated the Cursor IDE with Graphiti, our open-source temporal knowledge graph framework, to provide Cursor with persistent memory across sessions. The goal was simple: help Cursor remember your coding preferences, standards, and project specs, so you don't have to constantly remind it. Before this integration, Cursor (an AI-assisted IDE many of us already use daily) lacked a robust way to persist user context. To solve this, I used Graphiti’s Model Context Protocol (MCP) server, which allows structured data exchange between the IDE and Graphiti's temporal…

    2025

  7. 7MS

    Hi HN! I built a custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT, Claude, and any other llm supporting tool calling and mcps, enabling the AI to understand and control 3D scenes using natural language. You can describe an entire environment like: > “Create a small village with 5 huts arranged around a central bonfire, add a river flowing on the left, place a wooden bridge across it, and scatter trees randomly.” And the system parses that, reasons about the scene, and builds it inside Blender — no manual modeling or scripting needed. What it can do: -…

    2025 · blender-mcp-psi.vercel.app

  8. 8

    Toggle Claude Code MCP servers from your menu bar

    May 2026

  9. 9PS

    I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself. Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it. 314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them. Same browser automation, way less overhead. Works as a Claude Code plugin or manual install. Token limit issue:…

    Oct 2025 · github.com

  10. 10

    Design automation in Figma using AI and natural language

    Jan 2026

  11. 11CC

    Hi all! I normally work on the PyTorch project but I've been on baby leave for the past month, so I've been playing around with AI as a user rather than a framework implementor. I really liked the agent experience with Claude Code, but I couldn't really justify spending so many dollars on API costs for random side projects. I already pay for a Claude Pro subscription though, and it turns out you can simulate many of Claude Code's features with an MCP. If you have a Pro subscription, check this out! I think it really captures the Claude Code experience quite well, without forcing you to pay…

    2025 · github.com

  12. 12CM

    Hey HN, Claude Code is pretty agentic now. It writes scripts, calls APIs, uses CLIs. But when something requires actually clicking through a website, it stops and asks me to do it. Problem is, I'm often unfamiliar with these platforms myself. "Go to App Store Connect and generate a P8 key" okay but where? I end up spending 10 minutes navigating menus I've never seen before. I started delegating these tasks to Perplexity's Comet browser. It handles the clicking, returns what I need. But copy-pasting between Claude and Comet got old fast. So I built this MCP server to connect them directly.…

    Jan 2026 · github.com

  13. 13
    N8N2MCP137

    Turn your N8N workflow to MCP servers with just 3 clicks

    2025

  14. 14

    600+ integrations for vibe coding, zero config required

    Nov 2025

  15. 15
    Yavy110

    Turn any website into an MCP server for AI

    Feb 2026

  16. 16HM

    Hi HN! Excited to share our MCP Server at Hyperbrowser - something we’ve been working on for a few days. We think it’s a pretty neat way to connect LLMs and IDEs like Cursor / Windsurf to the internet. Our MCP server exposes seven tools for data collection and browsing: 1. `scrape_webpage` - Extract formatted (markdown, screenshot etc) content from any webpage 2. `crawl_webpages` - Navigate through multiple linked pages and extract LLM-friendly formatted content 3. `extract_structured_data` - Convert messy HTML into structured JSON 4. `search_with_bing` - Query the web and get results…

    2025 · github.com

  17. 17CF

    I’ve been experimenting with embedding an Claude Code/Cursor-style coding agent directly into the browser. At a high level, the agent generates and maintains userscripts and CSS that are re-applied on page load. Rather than just editing DOM via JS in console the agent is treating the page, and the DOM as a file. The models are often trained in RL sandboxes with full access to the filesystem and bash, so they are really good at using it. So to make the agent behave well, I've simulated this environment. The whole state of a page and scripts is implemented as a virtual filesystem hacked…

    Jan 2026 · github.com

  18. 18

    Give your agent tools to create beautiful, codebase-aware UI

    Apr 2026

  19. 19OS

    Large Language Models (LLMs) are powerful, but they’re limited by fixed context windows and outdated knowledge. What if your AI could access live search, structured data extraction, OCR, and more—all through a standardized interface? We built the JigsawStack MCP Server, an open-source implementation of the Model Context Protocol (MCP) that lets any AI model call external tools effortlessly. Here’s what it unlocks: - Web Search & Scraping: Fetch live information and extract structured data from web pages. - OCR & Structured Data Extraction: Process images, receipts, invoices, and handwritten…

    2025

  20. 20MJ

    My friends and I built MCP Jetpack which makes it really easy to start using MCP. It’s an MCP server that automatically finds and executes the right tools needed to accomplish your task without having to manage MCP servers for each service (GitHub, Linear, Atlassian, Notion etc.). Once you add it to Cursor (or any other AI app with MCP support), Cursor instantly gets access to a growing library of remote MCP servers without any extra setup. For services that require authentication, you will be asked to login the first time you ask your AI to interact with that service. Two problems we are…

    2025 · mcpjetpack.com

  21. 21BU
  22. 22AM

    I am Rohan, and I have grown really frustrated with CC's search and read tools. They use Haiku to summarise all the search results, so it is really slow and often ends up being very lossy. I built this MCP that you can install into your coding agents so they can actually access the web properly. Right now it can: - search the general web - search Reddit - read and scrape basically any webpage Install it: npx openalmanac setup The MCP is completely free to use. We have also built a central store where you can contribute things you learned while exploring. If you find something useful, you can…

    Apr 2026 · openalmanac.org

  23. 23
    t0md16

    Convert Anything to Markdown

    27d ago · t0md.com

  24. 24

    Discover & connect MCP servers to Claude, Cursor & AI agents

    Aug 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →