nowfound

Alternatives

Products that do what Playground to Test Skills and MCP does

Hi HN, I'm Matt, founder of MCPJam. We're building open source dev tools for MCP server builders. There’s been a lot of debate around skills vs MCP. From what I see, there’s a growing trend of people using skills paired with MCP servers. Skills teach the agent how to use the MCP server tools and guide the agent to completing complex workflows. We’re also seeing Anthropic encourage the use of Skills + MCP in their products. Anthropic recently launched the connectors marketplace. A good example of this is the Figma connector + skills. The Figma skill teaches the agent how to use the Figma MCP…

  1. 1

    Allow AI Agents to help you with Figma designs!

    Jan 2026

  2. 2
    Figma MCP410

    Design context, everywhere you build

    Sep 2025

  3. 3

    Design with AI agents, connected to your design system

    Apr 2026 · figma.com

  4. 4
    mcp-use581

    Open source SDK and infra for MCP servers & agents

    2025

  5. 5

    Open-source MCP playground to test and introspect servers

    Nov 2025

  6. 6AC

    We wanted to build a course for new Mastra devs to get started quickly. However, we knew videos would go out of date and be more difficult to maintain. We decided to launch our "course" as an MCP server. This way your coding agent actually teaches the course content to you and can help you write the code. We think this is a really interactive way to learn. Using an editor with MCP support (such as Cursor, Windsurf, or VSCode), your code agent will call the appropriate MCP tools which will return context for the agent. This context tries to instruct the agent that it should be teaching you…

    2025 · mastra.ai

  7. 7

    Vibe-code MCP-ready tools for any AI Agent

    2025

  8. 8
    skills.sh322

    The Open Agent Skills Ecosystem

    Jan 2026

  9. 9

    The fastest way to connect your data with your AI Tools.

    11d ago · mcp-builder.ai

  10. 10

    Design automation in Figma using AI and natural language

    Jan 2026

  11. 11
    Skilldocs192

    Figma for markdown

    24d ago · skilldocs.dev

  12. 12

    AI Skill & MCP server management for teams & enterprises

    Jul 2026 · localskills.sh

  13. 13AS

    I started this project because I believe MCP has the potential to transform how AI models interact with external resources, but the ecosystem is still very fragmented. There's no central place to discover and compare all the server implementations available, which makes adoption and experimentation harder for developers. I initially built the GitHub repo awesome-mcp-servers (https://github.com/punkpeye/awesome-mcp-servers/), and it's been amazing to see the community contribute to it. Now, I'm taking it further with a directory that automates many tasks—introspecting…

    2024 · glama.ai

  14. 14RA

    Hey HN! A few months ago we shared mcp-agent (https://github.com/lastmile-ai/mcp-agent) [1][2], a lightweight framework that implements every agent pattern from Anthropic’s Building Effective Agents blog [3] and handles MCP server/client management seamlessly. Our core bet is that connecting LLMs to tools, resources, and external systems will soon be MCP-native by default. Today we're launching a significant update: Agents as MCP servers. Currently "agentic" behavior exists only on the MCP client side – clients like Claude or Cursor use MCP servers to solve tasks.…

    2025 · github.com

  15. 15FU

    I'm Dan, and I built a CLI that lets AI agents design in Figma. What it does: 100 commands to create shapes, text, frames, components, modify styles, export assets. JSX importing that's ~100x faster than any plugin API import. Works with any LLM coding assistant. Why I built it: The official Figma MCP server can only read files. I wanted AI to actually design — create buttons, build layouts, generate entire component systems. Existing solutions were either read-only or required verbose JSON schemas that burn through tokens. Demo (45 sec): https://youtu.be/9eSYVZRle7o Tech…

    Jan 2026 · github.com

  16. 16

    One connection for 140+ AI models for images and video

    May 2026 · picsart.com

  17. 17

    Simple, fast way to find and try any MCP server. No setup.

    Feb 2026

  18. 18MA

    Hey HN, I spent my xmas break building an agent framework called mcp-agent [1](https://github.com/lastmile-ai/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

    Let AI agents extend themselves with skills

    Mar 2026

  20. 20HM

    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

  21. 21MS

    Admittedly I work on this, but I anthropic's decision to finally embrace http, auth (at least a little), and other RFCs that are coming out is just great. With OpenAI behind it too, this ecosystem will be built around projects like this. Not saying it's MCP or not, but it'll be one of them

    2025 · twitter.com

  22. 22OS

    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

  23. 23PA

    Hi HN! We’re Theodore and Louis, founders of Armature (YC P26). We reconstruct the entire session behind the MCP tool calls you receive, including what the user asked their agent to do and what the agent thought. You wrap your MCP in 3 lines of code (our SDK is available in Typescript, Python and Go) and start seeing in your dashboard: - All sessions reconstructed: it’s like reading the real conversation the user had inside Claude or ChatGPT! - A ranking of your MCP most popular use cases, built from sessions clustering - The most frequent issues your users’ agents encounter so you can fix…

    Aug 2026 · armature.tech

  24. 24CA

    Hi HN — I'm the creator of FastMCP and wanted to share a new project we've open-sourced called Colin. I obviously love MCP, but I also use skills extremely heavily in my day-to-day work. Being exposed to both has made me very aware of a tension: - Anything with dynamic information, I ship over MCP. This takes work to set up and requires conversational boilerplate to refresh in every conversation. - Anything behavioral, I put in skills. They're lightweight, used automatically, and feel great. But I would never put dynamic information in a skill because keeping it up to date is a pain. And yet…

    Jan 2026 · github.com

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