Tools

Tools taxonomy hub used for navigation across 89 tools.

taxonomytools 89skills 0workflows 0learn 0

Navigation Focus

This taxonomy page is kept as a navigation layer. For stronger intent-led entry points, use related intent hubs below.

Tools

Tools

firecrawl-mcp-server

Firecrawl MCP Server is the official integration of Firecrawl's web scraping and search capabilities into the MCP ecosystem. It enables AI assistants to search the web, scrape individual pages (including JavaScript-rendered content), and extract structured data from websites. Editor's Review: This is one of the most capable MCP servers for web data retrieval. Firecrawl's strength is handling modern websites that rely on client-side JavaScript rendering—a common pain point with traditional HTTP-based scraping. The MCP integration makes these capabilities accessible to any MCP-compatible AI assistant. For AI research workflows that need to gather information from the live web, firecrawl-mcp-server is an essential tool. Configuration requires a Firecrawl API key, and rate limits depend on your subscription tier.

Tools

@upstash/context7-mcp

Context7 is a specialized MCP server that provides extended context management for AI assistants. It maintains conversation context across long sessions, enabling AI models to reason about complex, multi-turn interactions without losing track of earlier exchanges. Editor's Review: Context7 solves a fundamental problem with LLM-based AI assistants—limited context windows. By intelligently managing what context to retain and how to retrieve it, Context7 enables AI assistants to maintain coherence over much longer interactions than would otherwise be possible. This is particularly valuable for complex debugging sessions, architectural design discussions, or any workflow where earlier decisions inform later ones. The server is well-documented and straightforward to configure. If you find that AI assistants lose track of your project details in long sessions, Context7 is one of the most practical solutions available.

Tools

mcp-use

mcp-use is an opinionated TypeScript framework for building MCP agents, clients, and servers. Built on top of the official @modelcontextprotocol/sdk, it adds structured patterns for authentication, error handling, and composable agent workflows. Editor's Review: mcp-use is the most practical choice for TypeScript developers building production MCP integrations. The framework makes sensible defaults while preserving escape hatches for customization. Notably, it supports ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, and Observability—covering most real-world MCP use cases in a single library. If you are building an MCP server in TypeScript, starting with mcp-use will save significant time compared to raw SDK usage.

Tools

exa-mcp-server

Exa MCP Server provides AI-native web search capabilities to MCP-compatible assistants. Unlike traditional search APIs that return keyword-matched results, Exa uses neural search to understand query intent and retrieve semantically relevant content. Editor's Review: Exa is particularly valuable for AI research and discovery workflows where you need to find conceptually relevant information rather than exact keyword matches. The neural search approach surfaces results that traditional search would miss, making it excellent for exploratory research tasks. Setup is straightforward with an Exa API key. The server handles rate limiting and pagination automatically. For AI assistants that need to research topics, generate reports, or find relevant resources across the web, Exa MCP Server is a significant capability upgrade over basic keyword search.

Tools

mongodb-mcp-server

mongodb-mcp-server is a TypeScript/JavaScript server implementing the MongoDB Model Context Protocol, configurable via environment variables and command-line arguments.

Tools

@modelcontextprotocol/server-filesystem

An MCP server designed for filesystem access.

Tools

@modelcontextprotocol/sdk

TypeScript/JavaScript implementation of the Model Context Protocol (MCP).

Tools

hono-mcp-server-sse-transport

A Server-Sent Events transport implementation for Hono and Model Context Protocol (MCP).

Tools

@laskarks/mcp-rag-node

A simple MCP RAG server implemented in TypeScript/JavaScript, utilizing the @modelcontextprotocol/sdk.

Tools

@azure-devops/mcp

An MCP server for interacting with Azure DevOps, implemented in TypeScript/JavaScript and available as an npm package.

Next Step

Start with a tool from this cluster, then jump to a workflow and learn guide to complete implementation.