The MCP Access Server provides tools for accessing and processing external content and executing system commands:
- Web Page Parsing: Convert web pages into Markdown format by providing a URL (
get-webpage-markdown
) - PDF Content Extraction: Extract text from PDF files by specifying a file path (
get-pdf-content
) - Command Execution: Run allowed system commands (
command-execute
) includingls
,mkdir
,cd
,npm
,npx
,node
,git
, andrm
within a specified working directory
MCP Access Template
tools for personal use
previous: nodejs -> deno
Settings
Tools
List
commandExecute
- Execute a command in the allowed list
getUrlToMd
- Parse a web page into Markdown and return it
getPdfContent
- Text parsing and return of PDF content
Libraries
MCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.
Trouble shooting
Workaround
pdfjs-dist
How to remove
Warning: Please use the
legacybuild in Node.js environments.
(since this console message inhibits MCP startup)
Exec locally
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables text extraction from web pages and PDFs, and execution of predefined commands, enhancing content processing and automation capabilities.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.Last updated -67TypeScriptMIT License
- AsecurityAlicenseAqualityProvides comprehensive document processing, including reading, converting, and manipulating various document formats with advanced text and HTML processing capabilities.Last updated -164611TypeScriptMIT License
- -securityFlicense-qualityProvides tools for reading and extracting text from PDF files, supporting both local files and URLs.Last updated -3Python
- AsecurityFlicenseAqualityAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.Last updated -15Python