MCP Catalogs
Home

dexpaprika-mcp vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

dexpaprika-mcp
by coinpaprika
filesystem
by modelcontextprotocol
Stars★ 40★ 85,748
30d uses
Score4677
Official
Categories
FinanceAI / LLM ToolsDeveloper Tools
File SystemDeveloper ToolsProductivity
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

dexpaprika-mcp · Summary

A comprehensive MCP server for accessing real-time crypto and DEX data across multiple blockchains with 14 specialized tools.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

dexpaprika-mcp · Use cases

  • Cryptocurrency market analysis and price tracking across multiple blockchains
  • Comparing DEX performance, fee structures, and liquidity across different networks
  • Analyzing token performance, pool liquidity, and trading patterns for DeFi applications

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

dexpaprika-mcp · Install

Installation

Smithery (Recommended)

npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude

Manual Installation

npm install -g dexpaprika-mcp
dexpaprika-mcp

Claude Desktop Integration

Add to Claude Desktop config:

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}

Hosted Alternative (No Installation)

{
  "mcpServers": {
    "dexpaprika": {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    }
  }
}

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.