configure-local-modules

Configure local MCP module paths in ~/.fs-claude.json for FacturaScripts.

7|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill configure-local-modules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-local-modules
Source: https://github.com/FacturaScripts/fs-claude-plugin/tree/main/fs-mcp/skills/configure-local-modules
Command: npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill configure-local-modules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires json, pathlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to configure and manage local MCP modules in your fs-claude setup, enabling you to extend and customize your MCP functionality.

Core Features & Use Cases

  • Module Configuration: Set up and manage the path for local MCP modules.
  • Module Creation: Guide users on how to create new local modules.
  • Module Loading: Automate the loading of local modules into the MCP server.
  • Use Case: If you have custom endpoints or tools for your FacturaScripts installation, this skill helps you integrate them seamlessly.

Quick Start

Run the command to configure your local modules path: python3 configure-local-modules.py

Frequently Asked Questions about configure-local-modules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure local MCP modules for FacturaScripts integration?

To configure local MCP modules, run `python3 configure-local-modules.py` to set the module path in ~/.fs-claude.json. This enables the MCP server to load and manage custom local modules for your FacturaScripts installation.

What are local MCP modules used for in FacturaScripts?

Local MCP modules extend FacturaScripts functionality by integrating custom endpoints and tools. They allow you to seamlessly add custom features to your installation through the fs-claude setup and load them into the MCP server.

Do I need a Python environment to manage local MCP modules?

Yes, managing local MCP modules requires a Python environment and basic knowledge of MCP module structure. The configuration script uses Python along with json and pathlib dependencies to set up module paths.

How do I create and load new custom modules into the MCP server?

After setting the local modules path in ~/.fs-claude.json, the skill provides instructions for creating new modules and automates loading them into the MCP server, integrating your custom tools with FacturaScripts.

Where does the local module configuration store its path settings?

The local module configuration stores its path settings in the ~/.fs-claude.json file. This JSON configuration file acts as the central reference for the MCP server to locate and load your custom modules.