npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@neuraforge/office-mcp

v1.0.1

Published

MCP server for creating, reading, and editing PowerPoint, Word, Excel, and CSV documents. 32 tools.

Readme

@neuraforge/office-mcp

MCP server for creating, reading, and editing Office documents. 32 tools for PowerPoint, Word, Excel, and CSV.

Works with Claude Code, Cursor, Gemini CLI, Kiro, and any MCP client.

Install

{
  "mcpServers": {
    "office-pptx": { "command": "npx", "args": ["-y", "@neuraforge/office-mcp", "--pptx"] },
    "office-docx": { "command": "npx", "args": ["-y", "@neuraforge/office-mcp", "--docx"] },
    "office-xlsx": { "command": "npx", "args": ["-y", "@neuraforge/office-mcp", "--xlsx"] }
  }
}

Or run individually:

npx @neuraforge/office-mcp --pptx   # PowerPoint only
npx @neuraforge/office-mcp --docx   # Word only
npx @neuraforge/office-mcp --xlsx   # Excel/CSV only

Tools

PowerPoint (13 tools)

| Tool | Description | |------|-------------| | create_presentation | Create PPTX from structured slide data | | read_presentation | Extract text and structure | | list_slides | Quick summary of all slides | | add_slides | Append slides to existing PPTX | | add_slide_to_presentation | Add single slide with layout | | delete_slides | Delete slides by number | | delete_slide_from_presentation | Delete single slide | | modify_slide | Replace slide content | | modify_slide_text_in_presentation | Find/replace text on slide | | replace_text_in_presentation | Find/replace across all slides | | update_table_cell_in_presentation | Update specific table cell | | duplicate_slide_in_presentation | Deep copy a slide | | read_presentation_structure | Detailed shape/text/table info |

Word (9 tools)

| Tool | Description | |------|-------------| | create_document | Create DOCX with headings, paragraphs, tables, images | | read_document | Extract text and HTML | | append_to_document | Add sections to existing document | | document_to_text | Plain text extraction | | read_document_structure | Detailed paragraph/style info | | replace_text_in_document | Find/replace preserving formatting | | insert_after_text | Insert content after specific text | | append_table_to_document | Add table to existing document | | delete_paragraph_from_document | Remove paragraphs by text match |

Excel/CSV (10 tools)

| Tool | Description | |------|-------------| | read_xlsx | Read XLSX data (specific or all sheets) | | write_xlsx | Write data to XLSX (create/append/replace) | | list_sheets | List sheet names with row counts | | add_sheet | Add new sheet to existing file | | delete_sheet | Delete a sheet | | rename_sheet | Rename a sheet | | update_cells | Update specific cells | | read_csv | Read CSV file | | write_csv | Write CSV file | | filter_data | Filter with conditions (equals, contains, gt, lt, regex) |

License

Apache 2.0

Part of NeuraForge AI.