MCP Access Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

MCP Access Template

Personal tools and tools already shared

URL

https://modelcontextprotocol.io/introduction

How to use


Install and Build

npm ci npm run build

Editing the configuration file

Specify in claude_desktop_config.json

{ "mcpServers": { // free to name "mcp-access": { "command": "node", "args": ["path/to/dist/index.js"] } // ...(another plugins) } }

Feature Notes


What happens when you set the above?

=====================

Webpage Text Extraction

  • A new function called get-web-content will be added to extract the text of a web page from a URL.
  • Takes url as an argument and returns the text of that webpage.
    • Sample prompt: get-web-contentを用いてこのページの内容を要約してください -> http://example.com

Extract text from PDF

  • A new feature called get-pdf-content will be added to extract text from PDF files.
  • It takes an argument pdfFilePath and returns the text of the PDF file.
    • Sample prompt: get-pdf-contentを用いて現在のパスにあるPDFの内容を取り込んでください

Executing commands

  • Added the ability to execute commands with the name command-execute (but only those specified in the code)
  • Takes arguments command, cwd and executes that command
    • Sample prompt: npm install, npm run build を実行して下さい

=====================

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Enables text extraction from web pages and PDFs, and execution of predefined commands, enhancing content processing and automation capabilities.

  1. 使い方
    1. インストールとビルド
    2. 設定ファイル編集
  2. 機能メモ
    ID: l0143hjrjj