nowfound

Alternatives

Products that do what HasMCP does

No-code GUI MCP Server Framework with built-in Auth & Logs

  1. 1ST

    Hi! After learning about MCP, I'm really excited about the future of provider-agnostic, re-usable tooling. Unfortunately I've found that while it's easy to implement an MCP server for use with tools that support it (such as Claude Desktop), it's not as easy to implement your own support (such as integrating an MCP server into your own LLM application). We implemented a thin MCP wrapper that easily integrates with Mirascope calls so that you can hook up an MCP server and client super easily to any supported LLM provider. Excited to see what people build with this!

    2025 · mirascope.com

  2. 2AM

    This is an open‑source Model Context Protocol (MCP) server that gives any LLM a sense of the passage of time. Most MCP demos wire LLMs to external data stores. That’s useful, but MCP is also a chance to give models perception — extra senses beyond the prompt text. Six functions (`current_datetime`, `time_difference`, `timestamp_context`, etc.) give Claude&#x2F;GPT real temporal awareness: It can spot pauses, reason about rhythms, and even label a chat’s “three‑act structure”. Runs locally in <60 s (Python) or via a hosted demo. If time works, what else could we surface? - Location &#x2F;…

    2025 · github.com

  3. 3

    Skip migration and launch MCP with built-in Auth

    Nov 2025

  4. 4
    xmcp333

    The framework for building & shipping MCP applications

    2025

  5. 5AM
  6. 6CR

    Hey HN, I built pg-mcp, a Model Context Protocol (MCP) server for PostgreSQL that provides structured schema inspection and query execution for LLMs and agents. It's multi-tenant and runs over HTTP&#x2F;SSE (not stdio) Features - Supports multiple database connections from multiple agents - Schema Introspection: Returns table structures, types, indexes and constraints; enriched with descriptions from pg_catalog. (for well documented databases) - Read-Only Queries: Controlled execution of queries via MCP. - EXPLAIN Tool: Helps smart agents optimize queries before execution. - Extension…

    2025 · github.com

  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

    Turn any API into an MCP server for AI agents

    Jun 2026 · apitomcp.ai

  9. 9

    easily run MCP (model context protocol) servers in the cloud

    2025

  10. 10
    N8N2MCP137

    Turn your N8N workflow to MCP servers with just 3 clicks

    2025

  11. 11

    Free MCP for security AI: live BGP, DNS, threat graph

    May 2026 · whisper.security

  12. 12OS

    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

  13. 13

    The fast, Pythonic way to build MCP servers and clients

    Jan 2026 · gofastmcp.com

  14. 14

    Connect any API to any AI agent

    May 2026 · mcp-bridge.ai

  15. 15IB

    Read this article by Cloudflare this morning https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;code-mode&#x2F; the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times. HN Discussion: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45399204 https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45386248 Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls. Stick an MCP proxy…

    Sep 2025 · github.com

  16. 16WM
  17. 17MG

    Hey HN, Sagiv from liblab is here. We've been deep in the world of API tooling for years at liblab, primarily focusing on generating SDKs and documentation from OpenAPI specs. Recently, we kept running into a recurring frustration: connecting AI tools to existing APIs is way more complex than it should be. You start with a simple goal – let an LLM talk to your API – and suddenly you're neck-deep in spinning up infrastructure, wrestling with authentication, and writing a ton of custom glue code just to translate natural language into structured API calls. Then you have to maintain it all. To…

    2025 · mcp.liblab.com

  18. 18MA

    Hey HN, I spent my xmas break building an agent framework called mcp-agent [1](https:&#x2F;&#x2F;github.com&#x2F;lastmile-ai&#x2F;mcp-agent) for Model Context Protocol [2]. It makes it easy to build AI apps with MCP servers, and implements every pattern from the popular Building Effective Agents blog [3] as well as OpenAI’s Swarm [4]. I’m sharing it early to get community feedback on where to take it from here, and to ask for contributions. For those who aren’t familiar with MCP, I think of it as a standardized interface to let AI communicate with software via tool calls, resources and…

    2025 · github.com

  19. 19

    Give LLMs access to web accessibility testing APIs

    Jan 2026 · github.com

  20. 20OS

    Hello HN, I built this because I wanted to give Claude Desktop access to my Notion workspace without running a flaky local Python script via stdio. This is a Node.js&#x2F;Express implementation of the Model Context Protocol (MCP) that uses SSE (Server-Sent Events) for transport. It’s designed to be stateless and deployable as a container (I'm hosting it on Apify, but it works anywhere with Node). The Stack: TypeScript + Express @modelcontextprotocol&#x2F;sdk Zod for input validation Bearer Auth for security (since it exposes an HTTP endpoint) Capabilities: It allows the LLM to search pages,…

    Dec 2025 · github.com

  21. 21AM
  22. 22

    An ultra-fast, single-binary MCP server written in Rust as a lightweight alternative to Node.js/Python. - StamManif/mcp-stama

    24d ago · github.com

  23. 23MU
  24. 24MG

    Anthropic released the Model Context Protocol a couple weeks ago - https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;model-context-protocol. They have official sdks for python and typescript but nothing for go, so I wrote one! The main goal is to provide a low boilerplate sdk to write MCP servers, you can spin up a server which can give an LLM access to weather forecasts like this: https:&#x2F;&#x2F;github.com&#x2F;metoro-io&#x2F;mcp-golang&#x2F;blob&#x2F;main&#x2F;examples&#x2F;g... . Using it here: https:&#x2F;&#x2F;youtu.be&#x2F;xaMkMl_R-0A The library handles generating all the MCP…

    2024 · github.com

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