MCP Catalogs
Home

mcp-server-typescript vs filesystem

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

mcp-server-typescript
by dataforseo
filesystem
by modelcontextprotocol
Stars★ 198★ 85,748
30d uses
Score4977
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-typescript · Summary

A comprehensive MCP server for DataForSEO APIs that provides SEO data, keyword research, SERP tracking, and domain analytics.

filesystem · Summary

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

mcp-server-typescript · Use cases

  • SEO professionals can analyze SERP results and keyword data directly from AI assistants
  • Content creators can discover keywords and analyze content sentiment
  • Digital marketing agencies can monitor backlinks and domain analytics for multiple clients

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

mcp-server-typescript · Install

Installation

  1. Install globally:
npm install -g dataforseo-mcp-server
  1. Run directly:
npx dataforseo-mcp-server
  1. Set environment variables:
export DATAFORSEO_USERNAME=your_username
export DATAFORSEO_PASSWORD=your_password
  1. For Claude Desktop, add to config.json:
{
  "mcpServers": {
    "DataForSEO": {
      "command": "npx",
      "args": ["dataforseo-mcp-server"]
    }
  }
}

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.